Searched refs:do_pselect (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 731 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() function 803 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 817 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 732 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() function 804 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 818 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6()
|
Completed in 6 milliseconds