Home
last modified time | relevance | path

Searched refs:map_poll (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dringbuf.c291 .map_poll = ringbuf_map_poll,
H A Dsyscall.c679 if (map->ops->map_poll) in bpf_map_poll()
680 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h108 __poll_t (*map_poll)(struct bpf_map *map, struct file *filp, member