Searched refs:CLONE_NEWTIME (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/tools/testing/selftests/timens/ |
D | timens.h | 12 #ifndef CLONE_NEWTIME 13 # define CLONE_NEWTIME 0x00000080 macro 56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
|
D | gettime_perf.c | 93 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
D | clock_nanosleep.c | 136 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
D | procfs.c | 31 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
|
D | timens.c | 50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
|
/Linux-v6.1/tools/testing/selftests/pidfd/ |
D | pidfd.h | 25 #ifndef CLONE_NEWTIME 26 #define CLONE_NEWTIME 0x00000080 macro
|
D | pidfd_setns_test.c | 49 [PIDFD_NS_TIME] = { "time", CLONE_NEWTIME, }, 90 if (unshare(CLONE_NEWTIME)) in switch_timens() 97 ret = setns(fd, CLONE_NEWTIME); in switch_timens()
|
/Linux-v6.1/kernel/ |
D | nsproxy.c | 159 CLONE_NEWCGROUP | CLONE_NEWTIME)))) { in copy_namespaces() 219 CLONE_NEWTIME))) in unshare_nsproxy_namespaces() 260 CLONE_NEWNET | CLONE_NEWTIME | CLONE_NEWUSER | in check_setns_flags() 289 if (flags & CLONE_NEWTIME) in check_setns_flags() 467 if (flags & CLONE_NEWTIME) { in validate_nsset() 518 if (flags & CLONE_NEWTIME) in commit_nsset()
|
D | fork.c | 3066 CLONE_NEWTIME)) in check_unshare_flags()
|
/Linux-v6.1/kernel/time/ |
D | namespace.c | 136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns() 444 .type = CLONE_NEWTIME, 454 .type = CLONE_NEWTIME,
|
/Linux-v6.1/include/uapi/linux/ |
D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
/Linux-v6.1/include/linux/ |
D | time_namespace.h | 132 if (flags & CLONE_NEWTIME) in copy_time_ns()
|