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