Searched refs:MAXWORK (Results 1 – 2 of 2) sorted by relevance
63 #define MAXWORK 6 /* How many work structures to preallocate */ macro
1118 int reqprealloc = wlp->dwl_hiwater + (MAXWORK * MAXREQSPERMCR); in dca_initworklist()1136 for (i = 0; i < MAXWORK; i++) { in dca_initworklist()