Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c76 static void dca_enqueue(dca_listnode_t *, dca_listnode_t *);
1297 dca_enqueue(dca_listnode_t *q, dca_listnode_t *node) in dca_enqueue() function
1796 dca_enqueue(&workp->dw_wlp->dwl_freework, (dca_listnode_t *)workp); in dca_freework()
1833 dca_enqueue(&reqp->dr_wlp->dwl_freereqs, in dca_freereq()
2057 dca_enqueue(&wlp->dwl_waitq, (dca_listnode_t *)reqp); in dca_start()
2264 dca_enqueue(&wlp->dwl_runq, (dca_listnode_t *)workp); in dca_schedule()