Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/timens/
A Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
A Dgettime_perf.c93 if (setns(nsfd, CLONE_NEWTIME)) in main()
A Dclock_nanosleep.c136 if (setns(nsfd, CLONE_NEWTIME)) in main()
A Dprocfs.c31 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
A Dtimens.c50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
/linux-6.3-rc2/tools/testing/selftests/pidfd/
A Dpidfd.h25 #ifndef CLONE_NEWTIME
26 #define CLONE_NEWTIME 0x00000080 macro
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()
/linux-6.3-rc2/kernel/
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()
A Dfork.c2939 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid()
3083 CLONE_NEWTIME)) in check_unshare_flags()
/linux-6.3-rc2/kernel/time/
A Dnamespace.c136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
462 .type = CLONE_NEWTIME,
472 .type = CLONE_NEWTIME,
/linux-6.3-rc2/include/uapi/linux/
A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/linux-6.3-rc2/tools/testing/selftests/clone3/
A Dclone3.c199 test_clone3(CLONE_NEWTIME, 0, 0, CLONE3_ARGS_NO_TEST); in main()
/linux-6.3-rc2/include/linux/
A Dtime_namespace.h133 if (flags & CLONE_NEWTIME) in copy_time_ns()

Completed in 17 milliseconds