Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/solaris/
Dsocksys.c50 static unsigned int (*sock_poll)(struct file *, poll_table *); variable
154 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()
/linux-2.4.37.9/net/
Dsocket.c96 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