Searched defs:nfds (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ |
D | restart_block.h | 50 int nfds; member
|
/Linux-v4.19/fs/ |
D | select.c | 926 static int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll() 994 int nfds = restart_block->poll.nfds; 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 1376 unsigned int, nfds, struct compat_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5() argument
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | map_perf_ring.c | 177 int i, nfds, map_fd, index = -1, cpu = -1; in do_event_pipe() local
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 179 int nfds; variable
|
/Linux-v4.19/samples/bpf/ |
D | xdpsock_user.c | 804 int i, ret, timeout, nfds = 1; in rx_drop_all() local 828 int timeout, ret, nfds = 1; in tx_only() local
|
/Linux-v4.19/drivers/misc/mic/scif/ |
D | scif_api.c | 1387 scif_poll(struct scif_pollepd *ufds, unsigned int nfds, long timeout_msecs) in scif_poll()
|
/Linux-v4.19/tools/perf/util/ |
D | evlist.c | 437 int nfds = 0; in perf_evlist__alloc_pollfd() local
|