Searched refs:do_pselect (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/ |
D | select.c | 728 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() function 800 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 814 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
|