Home
last modified time | relevance | path

Searched refs:CLONE_NEWTIME (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/selftests/timens/
Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
Dgettime_perf.c85 if (setns(nsfd, CLONE_NEWTIME)) in main()
Dprocfs.c33 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
Dclock_nanosleep.c136 if (setns(nsfd, CLONE_NEWTIME)) in main()
Dtimens.c52 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_time_container_002.cpp113 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
116 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
128 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &arg); in TimeContainerUnshare()
135 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
DIt_time_container_003.cpp55 ret = setns(fd, CLONE_NEWTIME); in childFunc()
83 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
89 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &arg); in TimeContainerUnshare()
DIt_time_container_006.cpp44 int ret = unshare(CLONE_NEWTIME); in childFunc()
49 ret = unshare(CLONE_NEWTIME); in childFunc()
86 auto pid1 = clone(childFunc, stackTop, CLONE_NEWTIME, NULL); in ItTimeContainer006()
DIt_time_container_005.cpp94 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
103 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &tp); in TimeContainerUnshare()
DIt_time_container_004.cpp94 ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
103 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &tp); in TimeContainerUnshare()
DIt_time_container_001.cpp59 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &arg); in ItTimeContainer001()
DIt_time_container_010.cpp58 auto pid = clone(childFunc, stackTop, CLONE_NEWTIME | SIGCHLD, &arg); in ItTimeContainer010()
DIt_time_container_008.cpp68 int ret = unshare(CLONE_NEWTIME); in TimeContainerUnshare()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd.h25 #ifndef CLONE_NEWTIME
26 #define CLONE_NEWTIME 0x00000080 macro
Dpidfd_setns_test.c49 [PIDFD_NS_TIME] = { "time", CLONE_NEWTIME, },
90 if (unshare(CLONE_NEWTIME)) in switch_timens()
97 ret = setns(fd, CLONE_NEWTIME); in switch_timens()
/kernel/linux/linux-5.10/kernel/
Dnsproxy.c160 CLONE_NEWCGROUP | CLONE_NEWTIME)))) { in copy_namespaces()
224 CLONE_NEWTIME))) in unshare_nsproxy_namespaces()
265 CLONE_NEWNET | CLONE_NEWTIME | CLONE_NEWUSER | in check_setns_flags()
294 if (flags & CLONE_NEWTIME) in check_setns_flags()
472 if (flags & CLONE_NEWTIME) { in validate_nsset()
523 if (flags & CLONE_NEWTIME) in commit_nsset()
Dfork.c2895 CLONE_NEWTIME)) in check_unshare_flags()
/kernel/linux/linux-5.10/kernel/time/
Dnamespace.c136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
449 .type = CLONE_NEWTIME,
459 .type = CLONE_NEWTIME,
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dsched.h49 #define CLONE_NEWTIME 0x00000080 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/kernel/liteos_a/kernel/extended/container/
Dlos_time_container.c109 if (!(flags & CLONE_NEWTIME)) { in OsUnshareTimeContainer()
150 if (flags & CLONE_NEWTIME) { in OsSetNsTimeContainer()
Dlos_container.c319 mask |= CLONE_NEWTIME; in GetContainerFlagsMask()
339 flags &= ~CLONE_NEWTIME; in OsCopyContainers()
620 return CLONE_NEWTIME; in SetNsGetFlagByContainerType()
/kernel/linux/linux-5.10/include/linux/
Dtime_namespace.h119 if (flags & CLONE_NEWTIME) in copy_time_ns()
/kernel/liteos_a/testsuites/unittest/container/
DIt_container_test.h91 #define CLONE_NEWTIME 0x00000080 macro

12