Home
last modified time | relevance | path

Searched refs:quiescing (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ioat/
H A Dioat.c389 ioat->quiescing = TRUE; in ioat_detach()
391 wakeup(&ioat->quiescing); in ioat_detach()
897 ioat->quiescing = TRUE; in ioat_process_events()
992 if (ioat->quiescing) { in ioat_get_dmaengine()
999 while (ioat->quiescing && !ioat->destroying) in ioat_get_dmaengine()
1000 msleep(&ioat->quiescing, &ioat->submit_lock, 0, "getdma", 0); in ioat_get_dmaengine()
1547 if (ioat->quiescing) { in ioat_reserve_space()
1588 KASSERT(!ioat->quiescing || error == ENXIO, in ioat_reserve_space()
1684 ioat->quiescing = TRUE; in ioat_reset_hw()
1812 ioat->quiescing = FALSE; in ioat_reset_hw()
[all …]
H A Dioat_internal.h470 boolean_t quiescing; member