Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c226 static const uint32_t hashPriorities[] = { variable
239 for (n = 0; n < sizeof(hashPriorities) / sizeof(hashPriorities[0]); ++n) { in hash_rank()
240 if (hashPriorities[n] == type) { in hash_rank()