Searched refs:map_file (Results 1 – 4 of 4) sorted by relevance
/kernel/bpf/ |
D | arraymap.c | 786 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem() argument 800 new_ptr = map->ops->map_fd_get_ptr(map, map_file, ufd); in bpf_fd_array_map_update_elem() 845 struct file *map_file, int fd) in prog_fd_array_get_ptr() argument 1097 struct file *map_file) in bpf_event_entry_gen() argument 1105 ee->map_file = map_file; in bpf_event_entry_gen() 1126 struct file *map_file, int fd) in perf_event_fd_array_get_ptr() argument 1142 ee = bpf_event_entry_gen(perf_file, map_file); in perf_event_fd_array_get_ptr() 1157 struct file *map_file) in perf_event_fd_array_release() argument 1169 if (ee && ee->map_file == map_file) in perf_event_fd_array_release() 1201 struct file *map_file /* not used */, in cgroup_fd_array_get_ptr() argument
|
D | map_in_map.h | 14 void *bpf_map_fd_get_ptr(struct bpf_map *map, struct file *map_file,
|
D | map_in_map.c | 90 struct file *map_file /* not used */, in bpf_map_fd_get_ptr() argument
|
D | hashtab.c | 2361 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_htab_map_update_elem() argument 2368 ptr = map->ops->map_fd_get_ptr(map, map_file, ufd); in bpf_fd_htab_map_update_elem()
|