Searched refs:bufzone (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c620 struct busdma_bufzone *bufzone; local
670 * Try to find a bufzone in the allocator that holds a cache of buffers
674 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
678 * - It's small enough to be in the allocator (bufzone not NULL).
691 if (bufzone != NULL && dmat->alignment <= bufzone->size &&
693 vaddr = uma_zalloc(bufzone->umazone, mflags);
724 struct busdma_bufzone *bufzone; local
735 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
737 if (bufzone !
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c686 struct busdma_bufzone *bufzone; local
717 * Try to find a bufzone in the allocator that holds a cache of buffers
721 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
725 * - It's small enough to be in the allocator (bufzone not NULL).
736 if (bufzone != NULL && dmat->alignment <= bufzone->size &&
738 *vaddr = uma_zalloc(bufzone->umazone, mflags);
775 struct busdma_bufzone *bufzone; local
783 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
785 if (bufzone !
[all...]
H A Dbusdma_machdep-v6.c738 struct busdma_bufzone *bufzone; local
769 * Try to find a bufzone in the allocator that holds a cache of buffers
773 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
777 * - It's small enough to be in the allocator (bufzone not NULL).
790 if (bufzone != NULL && dmat->alignment <= bufzone->size &&
792 *vaddr = uma_zalloc(bufzone->umazone, mflags);
829 struct busdma_bufzone *bufzone; local
837 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
839 if (bufzone !
[all...]

Completed in 210 milliseconds