Searched refs:nsdelegate (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 259 bool *nsdelegate) in cg_find_root() argument 290 if (nsdelegate) in cg_find_root() 291 *nsdelegate = !!strstr(options, "nsdelegate"); in cg_find_root() 304 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() argument 306 return cg_find_root(root, len, NULL, nsdelegate); in cg_find_unified_root()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_core.c | 23 static bool nsdelegate; variable 807 if (!nsdelegate) in test_cgcore_lesser_ns_open() 931 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 54 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 187 nsdelegate 546 Second, if the "nsdelegate" mount option is set, automatically to a
|