Home
last modified time | relevance | path

Searched refs:get_fd_set (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dpoll.h130 int get_fd_set(unsigned long nr, void __user *ufdset, unsigned long *fdset) in get_fd_set() function
/linux-4.4.14/fs/
Dselect.c591 if ((ret = get_fd_set(n, inp, fds.in)) || in core_sys_select()
592 (ret = get_fd_set(n, outp, fds.out)) || in core_sys_select()
593 (ret = get_fd_set(n, exp, fds.ex))) in core_sys_select()