Home
last modified time | relevance | path

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

/linux-4.4.14/net/unix/
Daf_unix.c640 static unsigned int unix_poll(struct file *, struct socket *, poll_table *);
683 .poll = unix_poll,
2632 static unsigned int unix_poll(struct file *file, struct socket *sock, poll_table *wait) in unix_poll() function