Home
last modified time | relevance | path

Searched refs:map_release (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/platform/efi/
H A Druntime-map.c88 static void map_release(struct kobject *kobj) in map_release() function
99 .release = map_release,
/linux/fs/proc/
H A Dtask_nommu.c274 static int map_release(struct inode *inode, struct file *file) in map_release() function
294 .release = map_release,
/linux/kernel/bpf/
H A Darraymap.c1332 .map_release = perf_event_fd_array_release,
H A Dsyscall.c981 if (map->ops->map_release)
982 map->ops->map_release(map, filp); in map_get_sys_perms()
/linux/include/linux/
H A Dbpf.h91 void (*map_release)(struct bpf_map *map, struct file *map_file);
87 void (*map_release)(struct bpf_map *map, struct file *map_file); global() member