Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dpoll.h107 int get_fd_set(unsigned long nr, void __user *ufdset, unsigned long *fdset) in get_fd_set() function
/linux-2.6.39/fs/
Dselect.c564 if ((ret = get_fd_set(n, inp, fds.in)) || in core_sys_select()
565 (ret = get_fd_set(n, outp, fds.out)) || in core_sys_select()
566 (ret = get_fd_set(n, exp, fds.ex))) in core_sys_select()