Home
last modified time | relevance | path

Searched defs:map_file (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/kernel/bpf/
Darraymap.c452 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem()
496 struct file *map_file, int fd) in prog_fd_array_get_ptr()
547 struct file *map_file) in bpf_event_entry_gen()
576 struct file *map_file, int fd) in perf_event_fd_array_get_ptr()
607 struct file *map_file) in perf_event_fd_array_release()
637 struct file *map_file /* not used */, in cgroup_fd_array_get_ptr()
Dmap_in_map.c72 struct file *map_file /* not used */, in bpf_map_fd_get_ptr()
Dhashtab.c1357 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_htab_map_update_elem()
/Linux-v4.19/scripts/
Dinsert-sys-cert.c201 static void *map_file(char *file_name, int *size) in map_file() function
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py534 def check_dev_info_removed(prog_file=None, map_file=None): argument
549 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False): argument
1077 map_file, _ = pin_map("/sys/fs/bpf/tmp_map", idx=1, expected=2) variable
/Linux-v4.19/include/linux/
Dbpf.h326 struct file *map_file; member