Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dslab.h338 KMALLOC_CGROUP = KMALLOC_NORMAL, enumerator
340 KMALLOC_CGROUP,
382 return KMALLOC_CGROUP; in kmalloc_type()
/linux-6.1.9/mm/
Dslab_common.c764 #define KMALLOC_CGROUP_NAME(sz) .name[KMALLOC_CGROUP] = "kmalloc-cg-" #sz,
860 } else if (IS_ENABLED(CONFIG_MEMCG_KMEM) && (type == KMALLOC_CGROUP)) { in new_kmalloc_cache()