Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_kstat.c200 WORKLIST(dca, i)->dwl_hiwater; in dca_ksupdate()
H A Ddca.c1111 int reqprealloc = wlp->dwl_hiwater + (MAXWORK * MAXREQSPERMCR); in dca_initworklist()
1174 wlp->dwl_hiwater = ddi_getprop(DDI_DEV_T_ANY, in dca_init()
1195 wlp->dwl_hiwater = ddi_getprop(DDI_DEV_T_ANY, in dca_init()
2071 if ((wlp->dwl_count == wlp->dwl_hiwater) && (wlp->dwl_busy == 0)) { in dca_start()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h366 int dwl_hiwater; member