Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A Dproc-pidns.c43 int dummy_pidns; in FIXTURE() local
90 self->dummy_pidns = open("/tmp/dummy/pidns", O_RDONLY|O_CLOEXEC); in FIXTURE_SETUP()
91 ASSERT_SUCCESS(self->dummy_pidns); in FIXTURE_SETUP()
100 ASSERT_SUCCESS(close(self->dummy_pidns)); in FIXTURE_TEARDOWN()
138 ASSERT_SUCCESS(fsconfig(fsfd, FSCONFIG_SET_FD, "pidns", NULL, self->dummy_pidns)); in TEST_F()
201 ASSERT_ERRNO_EQ(-EBUSY, fsconfig(fsfd, FSCONFIG_SET_FD, "pidns", NULL, self->dummy_pidns)); in TEST_F()