Searched refs:map_waitok (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/riscv/include/ |
| H A D | bus_dma_impl.h | 75 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 128 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
|
| /freebsd-12.1/sys/arm64/include/ |
| H A D | bus_dma_impl.h | 75 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 128 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
|
| /freebsd-12.1/sys/x86/include/ |
| H A D | busdma_impl.h | 79 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 168 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
|
| /freebsd-12.1/sys/x86/iommu/ |
| H A D | busdma_dmar.c | 852 .map_waitok = dmar_bus_dmamap_waitok,
|
| /freebsd-12.1/sys/x86/x86/ |
| H A D | busdma_bounce.c | 1315 .map_waitok = bounce_bus_dmamap_waitok,
|
| /freebsd-12.1/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 1326 .map_waitok = bounce_bus_dmamap_waitok,
|
| /freebsd-12.1/sys/arm64/arm64/ |
| H A D | busdma_bounce.c | 1326 .map_waitok = bounce_bus_dmamap_waitok,
|