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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.c55 static unsigned int (*sock_poll)(struct file *, poll_table *); variable
159 if (sock_poll)
160 mask |= (*sock_poll)(filp, wait);
193 sock_poll = socksys_file_ops.poll;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/
H A Dsocket.c104 static unsigned int sock_poll(struct file *file,
125 .poll = sock_poll,
940 static unsigned int sock_poll(struct file *file, poll_table *wait) function

Completed in 77 milliseconds