Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h63 #define MAXWORK 6 /* How many work structures to preallocate */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1111 int reqprealloc = wlp->dwl_hiwater + (MAXWORK * MAXREQSPERMCR); in dca_initworklist()
1129 for (i = 0; i < MAXWORK; i++) { in dca_initworklist()