Home
last modified time | relevance | path

Searched refs:out_fds (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dharddog_user.c34 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()
/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c47 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()
/openbmc/linux/fs/
H A Dselect.c999 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()