Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dsysdc.c320 #define SYSDC_NLISTS 8 macro
321 #define SYSDC_HASH(sdc) (((uintptr_t)(sdc) >> 6) & (SYSDC_NLISTS - 1))
322 static sysdc_list_t sysdc_active[SYSDC_NLISTS];
704 for (idx = 0; idx < SYSDC_NLISTS; idx++) { in sysdc_update()
1221 for (idx = 0; idx < SYSDC_NLISTS; idx++) { in sysdc_init()