Searched refs:NUM_STRCACHE_LOCKS (Results 1 – 1 of 1) sorted by relevance
158 #define NUM_STRCACHE_LOCKS 1024 macro160 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()