Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/include/uapi/linux/
A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/tools/testing/selftests/filesystems/nsfs/
A Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
/tools/testing/selftests/mount/
A Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/tools/testing/selftests/pidfd/
A Dpidfd_setns_test.c45 …[PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, PIDFD_GET_UTS_NAMESPACE, …
184 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()
238 if (self->nsfds[PIDFD_NS_UTS] >= 0 && unshare(CLONE_NEWUTS) < 0) { in FIXTURE_SETUP()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1223 ret = unshare(CLONE_NEWUTS); in test_namespace()
1244 ret = setns(original_ns, CLONE_NEWUTS); in test_namespace()

Completed in 11 milliseconds