Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dslab.h606 KMALLOC_CGROUP = KMALLOC_NORMAL, enumerator
619 KMALLOC_CGROUP, enumerator
665 return KMALLOC_CGROUP; in kmalloc_type()
/linux-6.15/mm/
H A Dslab_common.c767 #define KMALLOC_CGROUP_NAME(sz) .name[KMALLOC_CGROUP] = "kmalloc-cg-" #sz,
908 } else if (IS_ENABLED(CONFIG_MEMCG) && (type == KMALLOC_CGROUP)) { in new_kmalloc_cache()