Searched refs:CLONE_NEWTIME (Results 1 – 17 of 17) 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()
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
38 case CLONE_NEWTIME: in ns_debug()
303 case CLONE_NEWTIME: in ns_tree_from_type()
2976 if (kargs->flags & (CLONE_DETACHED | (CSIGNAL & (~CLONE_NEWTIME)))) in clone3_args_valid()
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()
629 ret = unshare(CLONE_NEWTIME); in TEST_F()
1303 ret = unshare(CLONE_NEWTIME); in TEST()