Home
last modified time | relevance | path

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

/titanic_41/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++) { in sysdc_update()
1247 for (idx = 0; idx < SYSDC_NLISTS; idx++) { in sysdc_init()