Searched refs:map_poll (Results 1 – 3 of 3) sorted by relevance
356 .map_poll = ringbuf_map_poll_kern,371 .map_poll = ringbuf_map_poll_user,
943 if (map->ops->map_poll) in bpf_map_poll()944 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
135 __poll_t (*map_poll)(struct bpf_map *map, struct file *filp, member