Searched refs:need_defer (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/bpf/
H A Dmap_in_map.h16 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer);
H A Dmap_in_map.c130 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) argument
138 if (need_defer) {
H A Darraymap.c912 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) argument
931 map->ops->map_fd_put_ptr(map, old_ptr, need_defer);
959 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) argument
971 static void bpf_fd_array_map_clear(struct bpf_map *map, bool need_defer) argument
977 __fd_array_map_delete_elem(map, &i, need_defer);
1248 static void perf_event_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) argument
1304 static void cgroup_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) argument
/linux-master/include/linux/
H A Dbpf.h115 /* If need_defer is true, the implementation should guarantee that
119 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);

Completed in 237 milliseconds