Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-pidns.c42 int host_mntns, host_pidns; in FIXTURE() local
70 self->host_pidns = open("/proc/self/ns/pid", O_RDONLY|O_CLOEXEC); in FIXTURE_SETUP()
71 ASSERT_SUCCESS(self->host_pidns); in FIXTURE_SETUP()
88 ASSERT_SUCCESS(setns(self->host_pidns, CLONE_NEWPID)); in FIXTURE_SETUP()
99 ASSERT_SUCCESS(close(self->host_pidns)); in FIXTURE_TEARDOWN()