Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcgroup-defs.h132 __CFTYPE_NOT_ON_DFL = (1 << 17), /* not on default hierarchy */ enumerator
/openbmc/linux/kernel/cgroup/
H A Dcgroup.c4236 if ((cft->flags & __CFTYPE_NOT_ON_DFL) && cgroup_on_dfl(cgrp)) in cgroup_addrm_files()
4298 cft->flags &= ~(__CFTYPE_ONLY_ON_DFL | __CFTYPE_NOT_ON_DFL | in cgroup_exit_cftypes()
4449 cft->flags |= __CFTYPE_NOT_ON_DFL; in cgroup_add_legacy_cftypes()