Searched refs:out_fds (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | harddog_user.c | 33 int in_fds[2], out_fds[2], pid, n, err; in start_watchdog() local 46 err = os_pipe(out_fds, 1, 0); in start_watchdog() 52 data.stdin_fd = out_fds[0]; in start_watchdog() 54 data.close_me[0] = out_fds[1]; in start_watchdog() 69 close(out_fds[0]); in start_watchdog() 93 *out_fd_ret = out_fds[1]; in start_watchdog() 100 close(out_fds[0]); in start_watchdog() 101 close(out_fds[1]); in start_watchdog()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | harddog_user.c | 34 int in_fds[2], out_fds[2], pid, n, err; in start_watchdog() local 47 err = os_pipe(out_fds, 1, 0); in start_watchdog() 53 data.stdin_fd = out_fds[0]; in start_watchdog() 55 data.close_me[0] = out_fds[1]; in start_watchdog() 70 close(out_fds[0]); in start_watchdog() 94 *out_fd_ret = out_fds[1]; in start_watchdog() 101 close(out_fds[0]); in start_watchdog() 102 close(out_fds[1]); in start_watchdog()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | sched-messaging.c | 43 int out_fds[]; member 95 ret = write(ctx->out_fds[j], data + done, in sender() 223 snd_ctx->out_fds[i] = fds[1]; in group() 240 close(snd_ctx->out_fds[i]); in group()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | sched-messaging.c | 47 int out_fds[]; member 100 ret = write(ctx->out_fds[j], data + done, in sender() 231 snd_ctx->out_fds[i] = fds[1]; in group() 248 close(snd_ctx->out_fds[i]); in group()
|
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 998 goto out_fds; in do_sys_poll() 1009 goto out_fds; in do_sys_poll() 1018 goto out_fds; in do_sys_poll() 1030 out_fds: in do_sys_poll() 1043 goto out_fds; in do_sys_poll()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 999 goto out_fds; in do_sys_poll() 1010 goto out_fds; in do_sys_poll() 1019 goto out_fds; in do_sys_poll() 1031 out_fds: in do_sys_poll() 1044 goto out_fds; in do_sys_poll()
|
Completed in 7 milliseconds