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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c155 #define NUM_STRCACHE_LOCKS 1024 macro
157 lck_mtx_t strcache_mtx_locks[NUM_STRCACHE_LOCKS];
1758 for (i = 0; i < NUM_STRCACHE_LOCKS; i++)
2092 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2155 lock_index = hash_index % NUM_STRCACHE_LOCKS;

Completed in 24 milliseconds