Searched refs:SYSDC_NLISTS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c346 #define SYSDC_NLISTS 8 macro
347 #define SYSDC_HASH(sdc) (((uintptr_t)(sdc) >> 6) & (SYSDC_NLISTS - 1))
348 static sysdc_list_t sysdc_active[SYSDC_NLISTS];
730 for (idx = 0; idx < SYSDC_NLISTS; idx++) {
1247 for (idx = 0; idx < SYSDC_NLISTS; idx++) {

Completed in 51 milliseconds