Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dinet_hashtables.c1272 unsigned int locksz = sizeof(spinlock_t); in inet_ehash_locks_alloc() local
1276 if (locksz == 0) in inet_ehash_locks_alloc()
1280 nblocks = max(2U * L1_CACHE_BYTES / locksz, 1U) * num_possible_cpus(); in inet_ehash_locks_alloc()
1283 nblocks = max(nblocks, num_online_nodes() * PAGE_SIZE / locksz); in inet_ehash_locks_alloc()
1294 ptr = vmalloc_array(nblocks, locksz); in inet_ehash_locks_alloc()
1297 ptr = kvmalloc_array(nblocks, locksz, GFP_KERNEL); in inet_ehash_locks_alloc()