Home
last modified time | relevance | path

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

/include/uapi/linux/
Dsched.h44 #define CLONE_NEWTIME 0x00000080 /* New time namespace */ macro
/include/linux/
Dtime_namespace.h135 if (flags & CLONE_NEWTIME) in copy_time_ns()