Searched refs:do_sys_poll (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpoll.h116 extern int do_sys_poll(struct pollfd __user * ufds, unsigned int nfds,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c652 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, s64 *timeout) function
756 return do_sys_poll(ufds, nfds, &timeout_jiffies);
792 ret = do_sys_poll(ufds, nfds, &timeout);
H A Dcompat.c1810 ret = do_sys_poll(ufds, nfds, &timeout);

Completed in 106 milliseconds