Searched refs:pde_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | inode.c | 363 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() function 379 return pde_poll(pde, file, pts); in proc_reg_poll() 381 rv = pde_poll(pde, file, pts); in proc_reg_poll()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | inode.c | 358 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() function 374 return pde_poll(pde, file, pts); in proc_reg_poll() 376 rv = pde_poll(pde, file, pts); in proc_reg_poll()
|
Completed in 2 milliseconds