Searched refs:need_defer (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | map_in_map.c | 130 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in bpf_map_fd_put_ptr() argument 138 if (need_defer) in bpf_map_fd_put_ptr()
|
| H A D | map_in_map.h | 16 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer);
|
| H A D | arraymap.c | 874 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) in __fd_array_map_delete_elem() argument 893 map->ops->map_fd_put_ptr(map, old_ptr, need_defer); in __fd_array_map_delete_elem() 921 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in prog_fd_array_put_ptr() argument 933 static void bpf_fd_array_map_clear(struct bpf_map *map, bool need_defer) in bpf_fd_array_map_clear() argument 939 __fd_array_map_delete_elem(map, &i, need_defer); in bpf_fd_array_map_clear() 1210 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 1266 static void cgroup_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in cgroup_fd_array_put_ptr() argument
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | map_in_map.h | 16 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer);
|
| H A D | map_in_map.c | 103 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in bpf_map_fd_put_ptr() argument
|
| H A D | arraymap.c | 814 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in prog_fd_array_put_ptr() argument 1143 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 1200 static void cgroup_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in cgroup_fd_array_put_ptr() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | bpf.h | 85 /* If need_defer is true, the implementation should guarantee that 89 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bpf.h | 109 /* If need_defer is true, the implementation should guarantee that 113 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);
|
Completed in 18 milliseconds