Searched refs:SYSDC_NLISTS (Results 1 – 1 of 1) sorted by relevance
346 #define SYSDC_NLISTS 8 macro347 #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()