Searched refs:sock_poll (Results 1 – 2 of 2) sorted by relevance
50 static unsigned int (*sock_poll)(struct file *, poll_table *); variable154 if (sock_poll) in socksys_poll()155 mask |= (*sock_poll)(filp, wait); in socksys_poll()194 sock_poll = socksys_file_ops.poll; in init_socksys()
96 static unsigned int sock_poll(struct file *file,118 poll: sock_poll,685 static unsigned int sock_poll(struct file *file, poll_table * wait) in sock_poll() function