Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c158 #define NUM_STRCACHE_LOCKS 1024 macro
160 lck_mtx_t strcache_mtx_locks[NUM_STRCACHE_LOCKS];
2468 for (int i = 0; i < NUM_STRCACHE_LOCKS; i++) { in nchinit()
2836 lock_index = hash_index % NUM_STRCACHE_LOCKS; in add_name_internal()
2903 lock_index = hash_index % NUM_STRCACHE_LOCKS; in vfs_removename()