Searched refs:KMALLOC_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
513 #define KMALLOC_MIN_SIZE ARCH_KMALLOC_MINALIGN macro514 #define KMALLOC_SHIFT_LOW ilog2(KMALLOC_MIN_SIZE)571 #ifndef KMALLOC_MIN_SIZE572 #define KMALLOC_MIN_SIZE (1 << KMALLOC_SHIFT_LOW) macro583 #define SLAB_OBJ_MIN_SIZE (KMALLOC_MIN_SIZE < 16 ? \584 (KMALLOC_MIN_SIZE) : 16)687 if (size <= KMALLOC_MIN_SIZE) in __kmalloc_index()690 if (KMALLOC_MIN_SIZE <= 32 && size > 64 && size <= 96) in __kmalloc_index()692 if (KMALLOC_MIN_SIZE <= 64 && size > 128 && size <= 192) in __kmalloc_index()
Completed in 5 milliseconds