Searched refs:nsdelegate (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 263 bool *nsdelegate) in cg_find_root() 294 if (nsdelegate) in cg_find_root() 295 *nsdelegate = !!strstr(options, "nsdelegate"); in cg_find_root() 308 int cg_find_unified_root(char *root, size_t len, bool *nsdelegate) in cg_find_unified_root() 310 return cg_find_root(root, len, NULL, nsdelegate); in cg_create() 260 cg_find_root(char * root,size_t len,const char * controller,bool * nsdelegate) cg_find_root() argument 305 cg_find_unified_root(char * root,size_t len,bool * nsdelegate) cg_find_unified_root() argument
|
| /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 805 if (!nsdelegate) in test_cgcore_lesser_ns_open() 923 if (cg_find_unified_root(root, sizeof(root), &nsdelegate)) { in main()
|
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 56 extern int cg_find_unified_root(char *root, size_t len, bool *nsdelegate);
|