Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c1902 unsigned int threads, buckets, current_buckets = 0; in futex_hash_allocate_default()
1916 current_buckets = fph->hash_mask + 1; in futex_hash_allocate_default()
1927 if (current_buckets >= buckets) in futex_hash_get_slots()
1894 unsigned int threads, buckets, current_buckets = 0; futex_hash_allocate_default() local