Home
last modified time | relevance | path

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

/kernel/bpf/
Dringbuf.c314 struct poll_table_struct *pts) in ringbuf_map_poll_kern() argument
319 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll_kern()
327 struct poll_table_struct *pts) in ringbuf_map_poll_user() argument
332 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll_user()
Dsyscall.c827 static __poll_t bpf_map_poll(struct file *filp, struct poll_table_struct *pts) in bpf_map_poll() argument
832 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
/kernel/
Dfork.c2023 static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts) in pidfd_poll() argument
2028 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()