Home
last modified time | relevance | path

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

/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()
/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()
/tools/include/uapi/linux/
Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro