Home
last modified time | relevance | path

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

/fs/proc/
Dinode.c353 …tic __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() argument
359 return poll(file, pts); in pde_poll()
363 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() argument
369 return pde_poll(pde, file, pts); in proc_reg_poll()
371 rv = pde_poll(pde, file, pts); in proc_reg_poll()