Home
last modified time | relevance | path

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

/linux-3.3/fs/
Dselect.c756 static int do_poll(unsigned int nfds, struct poll_list *list, in do_poll()
827 int do_sys_poll(struct pollfd __user *ufds, unsigned int nfds, in do_sys_poll()
895 int nfds = restart_block->poll.nfds; in do_restart_poll() local
914 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3() argument
949 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5() argument
Dcompat.c1609 unsigned int nfds, struct compat_timespec __user *tsp, in compat_sys_ppoll()
/linux-3.3/include/linux/
Dthread_info.h42 int nfds; member
/linux-3.3/tools/perf/util/
Devlist.c283 int nfds = evlist->cpus->nr * evlist->threads->nr * evlist->nr_entries; in perf_evlist__alloc_pollfd() local