Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4588 int readiness_pipe[2]; in test_connect_to_parent() local
4597 ASSERT_EQ(0, pipe2(readiness_pipe, O_CLOEXEC)); in test_connect_to_parent()
4611 EXPECT_EQ(0, close(readiness_pipe[1])); in test_connect_to_parent()
4612 EXPECT_EQ(1, read(readiness_pipe[0], &buf, 1)); in test_connect_to_parent()
4613 EXPECT_EQ(0, close(readiness_pipe[0])); in test_connect_to_parent()
4641 EXPECT_EQ(0, close(readiness_pipe[0])); in test_connect_to_parent()
4642 EXPECT_EQ(sizeof(buf), write(readiness_pipe[1], buf, sizeof(buf))); in test_connect_to_parent()
4643 EXPECT_EQ(0, close(readiness_pipe[1])); in test_connect_to_parent()
4668 int readiness_pipe[2]; in test_connect_to_child() local
4680 ASSERT_EQ(0, pipe2(readiness_pipe, O_CLOEXEC)); in test_connect_to_child()
[all …]