Searched refs:pend_q (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.h87 TAILQ_HEAD(, test_transaction) pend_q; member in struct:ioat_test
H A Dioat_test.c199 TAILQ_REMOVE(&test->pend_q, tx, entry);
246 TAILQ_FOREACH_SAFE(tx, &test->pend_q, entry, s)
248 TAILQ_INIT(&test->pend_q);
269 TAILQ_INSERT_HEAD(&test->pend_q, tx, entry);
354 TAILQ_REMOVE(&test->pend_q, tx, entry);
463 TAILQ_INIT(&test->pend_q);
497 while (!TAILQ_EMPTY(&test->pend_q))

Completed in 86 milliseconds