Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h54 #define UNSHARE_EMPTY_MNTNS 0x00100000 /* Unshare an empty mount namespace. */ macro
/linux/kernel/
H A Dfork.c3119 CLONE_NS_ALL | UNSHARE_EMPTY_MNTNS)) in check_unshare_flags()
3218 if (unshare_flags & UNSHARE_EMPTY_MNTNS) in ksys_unshare()