Searched refs:finish_pipe (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 326 int pid, status, err, data_pipe[2], finish_pipe[2], c; in test_task_sleepable() local 332 !ASSERT_OK(pipe(finish_pipe), "finish_pipe")) in test_task_sleepable() 346 close(finish_pipe[1]); in test_task_sleepable() 367 err = read(finish_pipe[0], &c, 1); in test_task_sleepable() 372 close(finish_pipe[0]); in test_task_sleepable() 378 close(finish_pipe[0]); in test_task_sleepable() 400 write(finish_pipe[1], &c, 1); in test_task_sleepable() 406 close(finish_pipe[1]); in test_task_sleepable()
|