Home
last modified time | relevance | path

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

/kernel/bpf/
Dringbuf.c273 struct poll_table_struct *pts) in ringbuf_map_poll() argument
278 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll()
Dsyscall.c675 static __poll_t bpf_map_poll(struct file *filp, struct poll_table_struct *pts) in bpf_map_poll() argument
680 return map->ops->map_poll(map, filp, pts); in bpf_map_poll()
/kernel/
Dfork.c1843 static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts) in pidfd_poll() argument
1848 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()