Home
last modified time | relevance | path

Searched refs:CGRP_ROOT_NOPREFIX (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/cgroup/
Dcgroup-v1.c858 if (root->flags & CGRP_ROOT_NOPREFIX) in cgroup1_show_options()
935 ctx->flags |= CGRP_ROOT_NOPREFIX; in cgroup1_parse_param()
1025 if ((ctx->flags & CGRP_ROOT_NOPREFIX) && (ctx->subsys_mask & mask)) in check_cgroupfs_options()
Dcgroup.c1464 !(cgrp->root->flags & CGRP_ROOT_NOPREFIX)) { in cgroup_file_name()
2199 ctx->flags |= CGRP_ROOT_NOPREFIX; in cpuset_init_fs_context()
/Linux-v5.10/include/linux/
Dcgroup-defs.h78 CGRP_ROOT_NOPREFIX = (1 << 1), /* mounted subsystems have no named prefix */ enumerator