Searched refs:pipe_read (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/bench/ |
H A D | sched-pipe.c | 36 int pipe_read; member 182 ret = read(td->pipe_read, &m, sizeof(int)); in read_pipe() 203 BUG_ON(epoll_ctl(td->epoll_fd, EPOLL_CTL_ADD, td->pipe_read, &td->epoll_ev) < 0); in worker_thread() 250 td->pipe_read = pipe_1[0]; in bench_sched_pipe() 254 td->pipe_read = pipe_2[0]; in bench_sched_pipe()
|
/linux/tools/testing/selftests/landlock/ |
H A D | scoped_signal_test.c | 261 const int pipe_read = *(int *)arg; in thread_sync() local 264 if (read(pipe_read, &buf, 1) != 1) in thread_sync() 321 int pipe_read, new_uid; member 329 if (read(arg->pipe_read, &buf, 1) != 1) in thread_setuid() 355 arg.pipe_read = pipe_parent[0]; in TEST()
|