Lines Matching refs:exp
430 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local
433 inp = fds->in; outp = fds->out; exp = fds->ex; in do_select()
440 in = *inp++; out = *outp++; ex = *exp++; in do_select()
549 fd_set __user *exp, struct timespec *end_time) in core_sys_select() argument
601 (ret = get_fd_set(n, exp, fds.ex))) in core_sys_select()
620 set_fd_set(n, exp, fds.res_ex)) in core_sys_select()
631 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument
648 ret = core_sys_select(n, inp, outp, exp, to); in SYSCALL_DEFINE5()
655 fd_set __user *exp, struct timespec __user *tsp, in do_pselect() argument
682 ret = core_sys_select(n, inp, outp, exp, to); in do_pselect()
709 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
723 return do_pselect(n, inp, outp, exp, tsp, up, sigsetsize); in SYSCALL_DEFINE6()
729 fd_set __user *inp, *outp, *exp; member
739 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1()