Searched refs:nsdelegate (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 223 bool *nsdelegate) in cg_find_root() argument 254 if (nsdelegate) in cg_find_root() 255 *nsdelegate = !!strstr(options, "nsdelegate"); in cg_find_root() 268 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() argument 270 return cg_find_root(root, len, NULL, nsdelegate); in cg_find_unified_root()
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | |
| H A D | cgroup_util.h | |
| H A D | test_core.c | 23 static bool nsdelegate; variable 806 if (!nsdelegate) in test_cgcore_lesser_ns_open() 930 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 52 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
|