Searched refs:map_waitok (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | busdma_impl.h | 80 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 180 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus_dma_impl.h | 78 void (*map_waitok)(bus_dma_tag_t dmat, bus_dmamap_t map, member
|
| H A D | bus_dma.h | 140 tc->impl->map_waitok(dmat, map, mem, callback, callback_arg); in _bus_dmamap_waitok()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | busdma_bounce.c | 1477 .map_waitok = bounce_bus_dmamap_waitok,
|
| /f-stack/freebsd/x86/x86/ |
| H A D | busdma_bounce.c | 1343 .map_waitok = bounce_bus_dmamap_waitok,
|