Home
last modified time | relevance | path

Searched defs:nfds (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Drestart_block.h50 int nfds; member
/linux-4.19.296/fs/
Dselect.c929 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
997 int nfds = restart_block->poll.nfds; in do_restart_poll() local
1015 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
1048 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1377 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_api.c1387 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()