Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/crypto/
H A Ddca.h358 dca_listnode_t dwl_waitq; /* requests arrive here */ member
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddca.c1132 dca_initq(&wlp->dwl_waitq); in dca_initworklist()
2110 dca_enqueue(&wlp->dwl_waitq, (dca_listnode_t *)reqp); in dca_start()
2214 reqp = (dca_request_t *)dca_dequeue(&wlp->dwl_waitq); in dca_schedule()
2526 if (wlp == NULL || wlp->dwl_waitq.dl_prev == NULL) { in dca_failure()
2660 if (wlp == NULL || wlp->dwl_waitq.dl_prev == NULL) { in dca_rejectjobs()
2665 reqp = (dca_request_t *)dca_unqueue(&wlp->dwl_waitq); in dca_rejectjobs()