Searched refs:kmalloc_size (Results 1 – 6 of 6) sorted by relevance
318 size_t kmalloc_size; in alloc_dma_aligned_buffer() local326 kmalloc_size = urb->transfer_buffer_length + in alloc_dma_aligned_buffer()329 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in alloc_dma_aligned_buffer()
526 static __always_inline unsigned int kmalloc_size(unsigned int n) in kmalloc_size() function
2615 size_t kmalloc_size; in musb_alloc_temp_buffer() local2625 kmalloc_size = urb->transfer_buffer_length + in musb_alloc_temp_buffer()2628 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in musb_alloc_temp_buffer()
1159 unsigned int size = kmalloc_size(i); in create_kmalloc_caches()
1293 kmalloc_size(INDEX_NODE), ARCH_KMALLOC_FLAGS, in kmem_cache_init()1294 0, kmalloc_size(INDEX_NODE)); in kmem_cache_init()
2696 size_t kmalloc_size; in dwc2_alloc_dma_aligned_buffer() local2708 kmalloc_size = urb->transfer_buffer_length + in dwc2_alloc_dma_aligned_buffer()2711 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in dwc2_alloc_dma_aligned_buffer()