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