Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/timens/
H A Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
H A Dgettime_perf.c93 if (setns(nsfd, CLONE_NEWTIME)) in main()
H A Dclock_nanosleep.c136 if (setns(nsfd, CLONE_NEWTIME)) in main()
H A Dprocfs.c31 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
H A Dtimens.c50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
/openbmc/linux/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)) in switch_timens()
97 ret = setns(fd, CLONE_NEWTIME); in switch_timens()
/openbmc/linux/kernel/
H A Dnsproxy.c159 CLONE_NEWCGROUP | CLONE_NEWTIME)))) { in copy_namespaces()
221 CLONE_NEWTIME))) in unshare_nsproxy_namespaces()
279 CLONE_NEWNET | CLONE_NEWTIME | CLONE_NEWUSER | in check_setns_flags()
308 if (flags & CLONE_NEWTIME) in check_setns_flags()
486 if (flags & CLONE_NEWTIME) { in validate_nsset()
537 if (flags & CLONE_NEWTIME) in commit_nsset()
H A Dfork.c3166 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid()
3313 CLONE_NEWTIME)) in check_unshare_flags()
/openbmc/linux/kernel/time/
H A Dnamespace.c136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
462 .type = CLONE_NEWTIME,
472 .type = CLONE_NEWTIME,
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/openbmc/linux/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/openbmc/linux/tools/testing/selftests/clone3/
H A Dclone3.c200 test_clone3(CLONE_NEWTIME, 0, 0, CLONE3_ARGS_NO_TEST); in main()
/openbmc/linux/include/linux/
H A Dtime_namespace.h132 if (flags & CLONE_NEWTIME) in copy_time_ns()
/openbmc/qemu/linux-user/
H A Dstrace.c1239 #if defined(CLONE_NEWTIME)
1240 FLAG_GENERIC(CLONE_NEWTIME),