Searched refs:need_defer (Results 1 – 4 of 4) sorted by relevance
| /linux/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 | 932 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) in __fd_array_map_delete_elem() argument 951 map->ops->map_fd_put_ptr(map, old_ptr, need_defer); in __fd_array_map_delete_elem() 996 static void prog_fd_array_put_ptr(struct bpf_map *map, void *ptr, bool need_defer) in prog_fd_array_put_ptr() argument 1013 static void bpf_fd_array_map_clear(struct bpf_map *map, bool need_defer) in bpf_fd_array_map_clear() argument 1019 __fd_array_map_delete_elem(map, &i, need_defer); in bpf_fd_array_map_clear() 1290 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 1346 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 D | bpf.h | 122 void (*map_fd_put_ptr)(struct bpf_map *map, void *ptr, bool need_defer);
|