Searched refs:do_pselect (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ |
D | select.c | 728 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() function 784 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize, PT_TIMESPEC); in SYSCALL_DEFINE6() 804 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
|