Searched refs:KMALLOC_NORMAL (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dslab.h388 * KMALLOC_NORMAL can contain only unaccounted objects whereas KMALLOC_CGROUP
393 KMALLOC_NORMAL = 0, enumerator in enum:kmalloc_cache_type
395 KMALLOC_DMA = KMALLOC_NORMAL,
398 KMALLOC_CGROUP = KMALLOC_NORMAL,
400 KMALLOC_RANDOM_START = KMALLOC_NORMAL,
403 KMALLOC_RECLAIM = KMALLOC_NORMAL,
420 * Define gfp bits that should not be set for KMALLOC_NORMAL.
432 * The most common case is KMALLOC_NORMAL, so test for it
437 /* RANDOM_KMALLOC_CACHES_NR (=15) copies + the KMALLOC_NORMAL */
441 return KMALLOC_NORMAL;
[all...]
/linux-master/mm/
H A Dslab_common.c764 .name[KMALLOC_NORMAL] = "kmalloc-" #__short_size, \
868 if ((KMALLOC_RECLAIM != KMALLOC_NORMAL) && (type == KMALLOC_RECLAIM)) {
872 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx];
887 * KMALLOC_NORMAL caches.
889 if (IS_ENABLED(CONFIG_MEMCG_KMEM) && (type == KMALLOC_NORMAL))
918 for (type = KMALLOC_NORMAL; type < NR_KMALLOC_TYPES; type++) {

Completed in 291 milliseconds