Searched refs:grandchild_pid (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/namespaces/ |
| H A D | nsid_test.c | 677 pid_t grandchild_pid; in TEST_F() local 678 ASSERT_EQ(read(pipefd[0], &grandchild_pid, sizeof(grandchild_pid)), sizeof(grandchild_pid)); in TEST_F() 683 snprintf(path, sizeof(path), "/proc/%d/ns/time", grandchild_pid); in TEST_F() 798 pid_t grandchild_pid; in TEST_F() local 799 ASSERT_EQ(read(pipefd[0], &grandchild_pid, sizeof(grandchild_pid)), sizeof(grandchild_pid)); in TEST_F() 804 snprintf(path, sizeof(path), "/proc/%d/ns/pid", grandchild_pid); in TEST_F()
|