Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c750 static __poll_t unix_poll(struct file *, struct socket *, poll_table *);
843 .poll = unix_poll,
3152 static __poll_t unix_poll(struct file *file, struct socket *sock, poll_table *wait) in unix_poll() function