Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dringbuf.c357 .map_poll = ringbuf_map_poll_kern,
372 .map_poll = ringbuf_map_poll_user,
H A Dsyscall.c1116 if (map->ops->map_poll) in bpf_map_poll()
1117 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
/linux-6.15/include/linux/
H A Dbpf.h142 __poll_t (*map_poll)(struct bpf_map *map, struct file *filp, member