Home
last modified time | relevance | path

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

/linux/tools/cgroup/
H A Dmemcg_slabinfo.py49 return False if s.memcg_params.root_cache else True
58 return s.memcg_params.root_cache.name.string_().decode('utf-8')
/linux/mm/
H A Dslab_common.c208 struct kmem_cache *root_cache) in create_cache() argument