Searched refs:CLONE_NEWTIME (Results 1 – 22 of 22) sorted by relevance
| /linux/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 | 95 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
| H A D | procfs.c | 31 if (setns(fd, CLONE_NEWTIME)) in switch_ns() 60 return pr_err("The same child_ns after CLONE_NEWTIME"); in init_namespaces()
|
| H A D | clock_nanosleep.c | 138 if (setns(nsfd, CLONE_NEWTIME)) in main()
|
| H A D | timens.c | 50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns() 83 return pr_perror("The same child_ns after CLONE_NEWTIME"); in init_namespaces()
|
| /linux/kernel/ |
| H A D | nsproxy.c | 175 CLONE_NEWCGROUP | CLONE_NEWTIME)))) { in copy_namespaces() 219 CLONE_NEWTIME))) in unshare_nsproxy_namespaces() 296 CLONE_NEWNET | CLONE_NEWTIME | CLONE_NEWUSER | in check_setns_flags() 325 if (flags & CLONE_NEWTIME) in check_setns_flags() 503 if (flags & CLONE_NEWTIME) { in validate_nsset() 554 if (flags & CLONE_NEWTIME) in commit_nsset()
|
| H A D | nscommon.c | 38 case CLONE_NEWTIME: in ns_debug()
|
| H A D | nstree.c | 303 case CLONE_NEWTIME: in ns_tree_from_type()
|
| H A D | fork.c | 2904 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid() 3050 CLONE_NEWTIME)) in check_unshare_flags()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd.h | 39 #ifndef CLONE_NEWTIME 40 #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/tools/include/uapi/linux/ |
| H A D | sched.h | |
| /linux/include/uapi/linux/ |
| H A D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | sched.h | 44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
|
| /linux/include/linux/ |
| H A D | time_namespace.h | 145 if (flags & CLONE_NEWTIME) in copy_time_ns()
|
| /linux/include/linux/ns/ |
| H A D | ns_common_types.h | 192 struct time_namespace *: CLONE_NEWTIME, \
|
| /linux/tools/testing/selftests/clone3/ |
| H A D | clone3.c | 298 .flags = CLONE_NEWTIME,
|
| /linux/fs/ |
| H A D | nsfs.c | 475 case CLONE_NEWTIME: in is_current_namespace() 583 case CLONE_NEWTIME: in nsfs_fh_to_dentry()
|
| /linux/kernel/time/ |
| H A D | namespace.c | 135 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getrandom.c | 256 ksft_assert(unshare(CLONE_NEWTIME) == 0); in kselftest()
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | nsid_test.c | 629 ret = unshare(CLONE_NEWTIME); in TEST_F()
|
| H A D | file_handle_test.c | 1303 ret = unshare(CLONE_NEWTIME); in TEST()
|