Searched refs:KMALLOC_CGROUP (Results 1 - 2 of 2) sorted by last modified time

/linux-master/mm/
H A Dslab_common.c729 #define KMALLOC_CGROUP_NAME(sz) .name[KMALLOC_CGROUP] = "kmalloc-cg-" #sz,
870 } else if (IS_ENABLED(CONFIG_MEMCG_KMEM) && (type == KMALLOC_CGROUP)) {
916 * Including KMALLOC_CGROUP if CONFIG_MEMCG_KMEM defined
/linux-master/include/linux/
H A Dslab.h388 * KMALLOC_NORMAL can contain only unaccounted objects whereas KMALLOC_CGROUP
398 KMALLOC_CGROUP = KMALLOC_NORMAL, enumerator in enum:kmalloc_cache_type
411 KMALLOC_CGROUP, enumerator in enum:kmalloc_cache_type
456 return KMALLOC_CGROUP;

Completed in 177 milliseconds