Searched refs:need_defer (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | map_in_map.c | 114 void bpf_map_fd_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in bpf_map_fd_put_ptr() argument 122 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 | 913 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) in __fd_array_map_delete_elem() argument 932 map->ops->map_fd_put_ptr(map, old_ptr, need_defer); in __fd_array_map_delete_elem() 977 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in prog_fd_array_put_ptr() argument 994 static void bpf_fd_array_map_clear(struct bpf_map *map, bool need_defer) in bpf_fd_array_map_clear() argument 1000 __fd_array_map_delete_elem(map, &i, need_defer); in bpf_fd_array_map_clear() 1271 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 1327 static void cgroup_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in cgroup_fd_array_put_ptr() argument
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 120 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);
|