Home
last modified time | relevance | path

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

/fs/proc/
A Dinode.c348 …tic __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() argument
352 return poll(file, pts); in pde_poll()
356 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() argument
362 return pde_poll(pde, file, pts); in proc_reg_poll()
364 rv = pde_poll(pde, file, pts); in proc_reg_poll()
/fs/
A Dpidfs.c247 static __poll_t pidfd_poll(struct file *file, struct poll_table_struct *pts) in pidfd_poll() argument
253 poll_wait(file, &pid->wait_pidfd, pts); in pidfd_poll()

Completed in 10 milliseconds