Searched refs:CLONE_NEWTIME (Results 1 – 21 of 21) sorted by relevance
12 #ifndef CLONE_NEWTIME13 # define CLONE_NEWTIME 0x00000080 macro56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
95 if (setns(nsfd, CLONE_NEWTIME)) in main()
31 if (setns(fd, CLONE_NEWTIME)) in switch_ns() 60 return pr_err("The same child_ns after CLONE_NEWTIME"); in init_namespaces()
138 if (setns(nsfd, CLONE_NEWTIME)) in main()
50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns() 83 return pr_perror("The same child_ns after CLONE_NEWTIME"); in init_namespaces()
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()
38 case CLONE_NEWTIME: in ns_debug()
303 case CLONE_NEWTIME: in ns_tree_from_type()
2906 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid()3052 CLONE_NEWTIME)) in check_unshare_flags()
39 #ifndef CLONE_NEWTIME40 #define CLONE_NEWTIME 0x00000080 macro
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()
44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
145 if (flags & CLONE_NEWTIME) in copy_time_ns()
298 .flags = CLONE_NEWTIME,
501 case CLONE_NEWTIME: in is_current_namespace()609 case CLONE_NEWTIME: in nsfs_fh_to_dentry()
256 ksft_assert(unshare(CLONE_NEWTIME) == 0); in kselftest()
135 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
629 ret = unshare(CLONE_NEWTIME); in TEST_F()
1303 ret = unshare(CLONE_NEWTIME); in TEST()