Searched refs:swsize (Results 1 – 1 of 1) sorted by relevance
752 size_t swsize, dma_addr_t *busaddrp, void *swringp, in alloc_ring() argument768 BUG_ON((swsize != 0) != (swringp != NULL)); in alloc_ring()769 if (swsize) { in alloc_ring()770 void *swring = kcalloc(nelem, swsize, GFP_KERNEL); in alloc_ring()