Searched refs:CLONE_NEWUTS (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/linux-master/include/linux/
H A Dutsname.h61 if (flags & CLONE_NEWUTS)
/linux-master/kernel/
H A Dutsname.c85 * specifies CLONE_NEWUTS. In latter case, changes to the
97 if (!(flags & CLONE_NEWUTS))
162 .type = CLONE_NEWUTS,
H A Dnsproxy.c157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC |
292 if (flags & CLONE_NEWUTS)
446 if (flags & CLONE_NEWUTS) {
H A Dfork.c3199 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET|
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER))
/linux-master/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c44 [PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, },
180 CLONE_NEWUTS | CLONE_NEWPID |
209 CLONE_NEWUTS | CLONE_NEWPID |

Completed in 386 milliseconds