Searched refs:CLONE_NEWTIME (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/testing/selftests/timens/
H A Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) {
H A Dgettime_perf.c93 if (setns(nsfd, CLONE_NEWTIME))
H A Dclock_nanosleep.c136 if (setns(nsfd, CLONE_NEWTIME))
H A Dprocfs.c31 if (setns(fd, CLONE_NEWTIME))
60 return pr_err("The same child_ns after CLONE_NEWTIME");
H A Dtimens.c50 if (setns(fd, CLONE_NEWTIME)) {
83 return pr_perror("The same child_ns after CLONE_NEWTIME");
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd.h25 #ifndef CLONE_NEWTIME
26 #define CLONE_NEWTIME 0x00000080 macro
H A Dpidfd_setns_test.c49 [PIDFD_NS_TIME] = { "time", CLONE_NEWTIME, },
90 if (unshare(CLONE_NEWTIME))
97 ret = setns(fd, CLONE_NEWTIME);
/linux-master/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/linux-master/kernel/
H A Dnsproxy.c159 CLONE_NEWCGROUP | CLONE_NEWTIME)))) {
221 CLONE_NEWTIME)))
279 CLONE_NEWNET | CLONE_NEWTIME | CLONE_NEWUSER |
308 if (flags & CLONE_NEWTIME)
486 if (flags & CLONE_NEWTIME) {
537 if (flags & CLONE_NEWTIME)
H A Dfork.c3054 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME))))
3201 CLONE_NEWTIME))
/linux-master/kernel/time/
H A Dnamespace.c128 * If CLONE_NEWTIME specified in @flags, creates a new timens_for_children;
136 if (!(flags & CLONE_NEWTIME))
462 .type = CLONE_NEWTIME,
472 .type = CLONE_NEWTIME,
/linux-master/include/linux/
H A Dtime_namespace.h135 if (flags & CLONE_NEWTIME)
/linux-master/tools/testing/selftests/clone3/
H A Dclone3.c293 .flags = CLONE_NEWTIME,

Completed in 308 milliseconds