Searched refs:do_select (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0004-Fix-packet-discards-HTTP-redirect.patch | 28 do_select:
|
/openbmc/qemu/scripts/ |
H A D | minikconf.py | 289 def do_select(self, var, symbol, cond=None): member in KconfigData 521 self.data.do_select(var, symbol, cond)
|
/openbmc/linux/fs/ |
H A D | select.c | 479 static noinline_for_stack int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() function 681 ret = do_select(n, &fds, end_time); in core_sys_select() 1243 ret = do_select(n, &fds, end_time); in compat_core_sys_select()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 1324 static abi_long do_select(int n, in do_select() function 1399 return do_select(nsel, inp, outp, exp, tvp); in do_old_select() 10489 ret = do_select(arg1, arg2, arg3, arg4, arg5); in _syscall2() 11280 return do_select(arg1, arg2, arg3, arg4, arg5); in _syscall2()
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 3720 14) 1504 880 do_select+0x31e/0x511
|