Home
last modified time | relevance | path

Searched refs:kmalloc_size (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dehci-tegra.c332 size_t kmalloc_size; in alloc_dma_aligned_buffer() local
340 kmalloc_size = urb->transfer_buffer_length + in alloc_dma_aligned_buffer()
343 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in alloc_dma_aligned_buffer()
/linux-4.4.14/include/linux/
Dslab.h471 static __always_inline int kmalloc_size(int n) in kmalloc_size() function
/linux-4.4.14/drivers/usb/musb/
Dmusb_host.c2663 size_t kmalloc_size; in musb_alloc_temp_buffer() local
2673 kmalloc_size = urb->transfer_buffer_length + in musb_alloc_temp_buffer()
2676 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in musb_alloc_temp_buffer()
/linux-4.4.14/mm/
Dslab_common.c983 int size = kmalloc_size(i); in create_kmalloc_caches()
Dslab.c1456 kmalloc_size(INDEX_NODE), ARCH_KMALLOC_FLAGS); in kmem_cache_init()
2190 if (!slab_early_init && size >= kmalloc_size(INDEX_NODE) && in __kmem_cache_create()