Searched refs:kmalloc_size (Results 1 – 4 of 4) sorted by relevance
981 unsigned int kmalloc_size, index; in bpf_mem_cache_adjust_size() local983 kmalloc_size = kmalloc_size_roundup(size); in bpf_mem_cache_adjust_size()984 if (kmalloc_size == size) in bpf_mem_cache_adjust_size()987 if (kmalloc_size <= 192) in bpf_mem_cache_adjust_size()988 index = size_index[(kmalloc_size - 1) / 8]; in bpf_mem_cache_adjust_size()990 index = fls(kmalloc_size - 1) - 1; in bpf_mem_cache_adjust_size()
412 size_t kmalloc_size; in ci_hdrc_alloc_dma_aligned_buffer() local419 kmalloc_size = urb->transfer_buffer_length + in ci_hdrc_alloc_dma_aligned_buffer()423 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in ci_hdrc_alloc_dma_aligned_buffer()
2589 size_t kmalloc_size; in musb_alloc_temp_buffer() local2599 kmalloc_size = urb->transfer_buffer_length + in musb_alloc_temp_buffer()2602 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in musb_alloc_temp_buffer()
2471 size_t kmalloc_size; in dwc2_alloc_dma_aligned_buffer() local2483 kmalloc_size = urb->transfer_buffer_length + in dwc2_alloc_dma_aligned_buffer()2487 kmalloc_ptr = kmalloc(kmalloc_size, mem_flags); in dwc2_alloc_dma_aligned_buffer()