Home
last modified time | relevance | path

Searched refs:KMALLOC_NORMAL (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dslab.h312 KMALLOC_NORMAL = 0, enumerator
314 KMALLOC_DMA = KMALLOC_NORMAL,
317 KMALLOC_CGROUP = KMALLOC_NORMAL,
347 return KMALLOC_NORMAL; in kmalloc_type()
/linux/mm/
A Dslab_common.c758 .name[KMALLOC_NORMAL] = "kmalloc-" #__short_size, \
853 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx]; in new_kmalloc_cache()
868 if (IS_ENABLED(CONFIG_MEMCG_KMEM) && (type == KMALLOC_NORMAL)) in new_kmalloc_cache()
885 for (type = KMALLOC_NORMAL; type <= KMALLOC_RECLAIM; type++) { in create_kmalloc_caches()
909 struct kmem_cache *s = kmalloc_caches[KMALLOC_NORMAL][i]; in create_kmalloc_caches()
A Dslab.c1259 kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE] = create_kmalloc_cache( in kmem_cache_init()
1260 kmalloc_info[INDEX_NODE].name[KMALLOC_NORMAL], in kmem_cache_init()
1276 init_list(kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE], in kmem_cache_init()

Completed in 22 milliseconds