Home
last modified time | relevance | path

Searched defs:ufds (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Drestart_block.h49 struct pollfd __user *ufds; member
/Linux-v4.19/fs/
Dselect.c926 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
993 struct pollfd __user *ufds = restart_block->poll.ufds; in do_restart_poll() local
1013 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
1047 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
1375 COMPAT_SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5() argument
/Linux-v4.19/drivers/misc/mic/scif/
Dscif_api.c1387 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c1448 struct pollfd ufds[1]; in block_till_state_change() local