Home
last modified time | relevance | path

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

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