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

/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c156 #define NUM_STRCACHE_LOCKS 1024 macro
158 lck_mtx_t strcache_mtx_locks[NUM_STRCACHE_LOCKS];
1839 for (i = 0; i < NUM_STRCACHE_LOCKS; i++)
2173 lock_index = hash_index % NUM_STRCACHE_LOCKS;
2236 lock_index = hash_index % NUM_STRCACHE_LOCKS;

Completed in 95 milliseconds