Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c172 #define NUM_STRCACHE_LOCKS 1024 macro
174 lck_mtx_t strcache_mtx_locks[NUM_STRCACHE_LOCKS];
3099 for (int i = 0; i < NUM_STRCACHE_LOCKS; i++) { in nchinit()
3500 lock_index = hash_index % NUM_STRCACHE_LOCKS; in add_name_internal()
3579 lock_index = hash_index % NUM_STRCACHE_LOCKS; in vfs_removename()