Searched refs:locksz (Results 1 – 1 of 1) sorted by relevance
1232 unsigned int locksz = sizeof(spinlock_t); in inet_ehash_locks_alloc() local1235 if (locksz != 0) { in inet_ehash_locks_alloc()1237 nblocks = max(2U * L1_CACHE_BYTES / locksz, 1U); in inet_ehash_locks_alloc()1243 hashinfo->ehash_locks = kvmalloc_array(nblocks, locksz, GFP_KERNEL); in inet_ehash_locks_alloc()