Lines Matching defs:kmalloc
551 * For power of two sizes, guarantee natural alignment for kmalloc
564 panic("Creation of kmalloc slab %s size=%u failed. Reason %d\n",
592 * kmalloc array. This is necessary for slabs < 192 since we have non power
653 .name[KMALLOC_NORMAL] = "kmalloc-" #__short_size, \
654 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
655 .name[KMALLOC_DMA] = "dma-kmalloc-" #__short_size, \
661 .name[KMALLOC_NORMAL] = "kmalloc-" #__short_size, \
662 .name[KMALLOC_RECLAIM] = "kmalloc-rcl-" #__short_size, \
668 * kmalloc_info[] is to make slub_debug=,kmalloc-xx option work at boot time.
670 * kmalloc-67108864.
704 * requirements for the kmalloc array. This is only the case for
741 * is 128 byte. Redirect kmalloc to use the 256 byte cache
762 * Create the kmalloc array. Some of the regular kmalloc arrays
1094 * behaves exactly like kmalloc(). If @new_size is 0 and @p is not a
1124 * deal bigger than the requested buffer size passed to kmalloc(). So be
1143 * kmalloc may internally round up allocations and return more memory
1146 * a smaller amount of memory was initially specified with the kmalloc call.
1148 * allocated with either kmalloc() or kmem_cache_alloc(). The object
1184 EXPORT_TRACEPOINT_SYMBOL(kmalloc);