Searched refs:CLONE_NEWTIME (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/testing/selftests/timens/ |
| H A D | timens.h | 12 #ifndef CLONE_NEWTIME 13 # define CLONE_NEWTIME 0x00000080 macro 56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
|
| H A D | gettime_perf.c | 93 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
| H A D | clock_nanosleep.c | 136 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
| H A D | procfs.c | 31 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
|
| H A D | timens.c | 50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
|
| /linux-6.15/kernel/ |
| H A D | nsproxy.c | 159 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 D | fork.c | 3100 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid() 3255 CLONE_NEWTIME)) in check_unshare_flags()
|
| /linux-6.15/tools/testing/selftests/pidfd/ |
| H A D | pidfd.h | 26 #ifndef CLONE_NEWTIME 27 #define CLONE_NEWTIME 0x00000080 macro
|
| H A D | pidfd_setns_test.c | 49 …[PIDFD_NS_TIME] = { "time", CLONE_NEWTIME, PIDFD_GET_TIME_NAMESPACE, … 79 if (unshare(CLONE_NEWTIME)) in switch_timens() 86 ret = setns(fd, CLONE_NEWTIME); in switch_timens()
|
| /linux-6.15/kernel/time/ |
| H A D | namespace.c | 136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns() 464 .type = CLONE_NEWTIME, 474 .type = CLONE_NEWTIME,
|
| /linux-6.15/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
| /linux-6.15/include/linux/ |
| H A D | time_namespace.h | 135 if (flags & CLONE_NEWTIME) in copy_time_ns()
|
| /linux-6.15/tools/testing/selftests/clone3/ |
| H A D | clone3.c | 298 .flags = CLONE_NEWTIME,
|
| /linux-6.15/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getrandom.c | 255 ksft_assert(unshare(CLONE_NEWTIME) == 0); in kselftest()
|