Home
last modified time | relevance | path

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

/tools/testing/selftests/timens/
A Dtimens.h12 #ifndef CLONE_NEWTIME
13 # define CLONE_NEWTIME 0x00000080 macro
56 if (unshare(CLONE_NEWTIME)) { in unshare_timens()
A Dgettime_perf.c95 if (setns(nsfd, CLONE_NEWTIME)) in main()
A Dclock_nanosleep.c138 if (setns(nsfd, CLONE_NEWTIME)) in main()
A Dprocfs.c31 if (setns(fd, CLONE_NEWTIME)) in switch_ns()
A Dtimens.c50 if (setns(fd, CLONE_NEWTIME)) { in switch_ns()
/tools/perf/trace/beauty/include/uapi/linux/
A Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/tools/testing/selftests/pidfd/
A Dpidfd.h39 #ifndef CLONE_NEWTIME
40 #define CLONE_NEWTIME 0x00000080 macro
A Dpidfd_setns_test.c49 …[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()
/tools/testing/selftests/clone3/
A Dclone3.c298 .flags = CLONE_NEWTIME,
/tools/testing/selftests/vDSO/
A Dvdso_test_getrandom.c256 ksft_assert(unshare(CLONE_NEWTIME) == 0); in kselftest()

Completed in 15 milliseconds