Home
last modified time | relevance | path

Searched refs:need_defer (Results 1 – 3 of 3) sorted by relevance

/linux/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 Darraymap.c990 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) in __fd_array_map_delete_elem() argument
1009 map->ops->map_fd_put_ptr(map, old_ptr, need_defer); in __fd_array_map_delete_elem()
1054 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in prog_fd_array_put_ptr() argument
1071 static void bpf_fd_array_map_clear(struct bpf_map *map, bool need_defer) in bpf_fd_array_map_clear() argument
1077 __fd_array_map_delete_elem(map, &i, need_defer); in bpf_fd_array_map_clear()
1350 static void perf_event_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in perf_event_fd_array_put_ptr() argument
1406 static void cgroup_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in cgroup_fd_array_put_ptr() argument
/linux/include/linux/
H A Dbpf.h126 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);