Searched defs:need_defer (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/bpf/
H A Dmap_in_map.c130 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) argument
H A Darraymap.c912 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) argument
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
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

Completed in 157 milliseconds