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

/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c175 static busdma_bufalloc_t standard_allocator; /* Cache of standard buffers */ variable
228 standard_allocator = busdma_bufalloc_create("buffer",
661 ba = standard_allocator;
730 ba = standard_allocator;
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c233 static busdma_bufalloc_t standard_allocator; /* Cache of standard buffers */ variable
250 standard_allocator = busdma_bufalloc_create("buffer",
713 ba = standard_allocator;
781 ba = standard_allocator;
H A Dbusdma_machdep-v6.c210 static busdma_bufalloc_t standard_allocator; /* Cache of standard buffers */ variable
230 standard_allocator = busdma_bufalloc_create("buffer",
765 ba = standard_allocator;
835 ba = standard_allocator;

Completed in 65 milliseconds