Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/timens/
H A Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
H A Dgettime_perf.c85 if (setns(nsfd, CLONE_NEWTIME)) in main()
H A Dprocfs.c33 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
H A Dclock_nanosleep.c136 if (setns(nsfd, CLONE_NEWTIME)) in main()
H A Dtimens.c52 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
/OK3568_Linux_fs/kernel/kernel/
H A 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()
H A Dfork.c2930 CLONE_NEWTIME)) in check_unshare_flags()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd.h25 #ifndef CLONE_NEWTIME
26 #define CLONE_NEWTIME 0x00000080 macro
H A 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()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dnamespace.c136 if (!(flags & CLONE_NEWTIME)) in copy_time_ns()
449 .type = CLONE_NEWTIME,
459 .type = CLONE_NEWTIME,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime_namespace.h119 if (flags & CLONE_NEWTIME) in copy_time_ns()