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

/freebsd-11-stable/sys/mips/mips/
H A Dbusdma_machdep.c174 static busdma_bufalloc_t coherent_allocator; /* Cache of coherent buffers */ variable
238 coherent_allocator = busdma_bufalloc_create("coherent",
657 ba = coherent_allocator;
728 ba = coherent_allocator;
/freebsd-11-stable/sys/arm/arm/
H A Dbusdma_machdep-v4.c232 static busdma_bufalloc_t coherent_allocator; /* Cache of coherent buffers */ variable
260 coherent_allocator = busdma_bufalloc_create("coherent",
709 ba = coherent_allocator;
779 ba = coherent_allocator;
H A Dbusdma_machdep-v6.c209 static busdma_bufalloc_t coherent_allocator; /* Cache of coherent buffers */ variable
249 coherent_allocator = busdma_bufalloc_create("coherent",
761 ba = coherent_allocator;
833 ba = coherent_allocator;

Completed in 68 milliseconds