Searched refs:hash_index (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c2058 uint32_t hash_index; local
2091 hash_index = hashval & string_table_mask;
2092 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2094 head = &string_ref_table[hash_index];
2137 uint32_t hash_index; local
2154 hash_index = hashval & string_table_mask;
2155 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2157 head = &string_ref_table[hash_index];

Completed in 30 milliseconds