Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c1779 static int futex_hash_allocate(unsigned int hash_slots, unsigned int flags) in futex_hash_allocate() argument
1786 if (hash_slots && (hash_slots == 1 || !is_power_of_2(hash_slots))) in futex_hash_allocate()
1812 fph = kvzalloc(struct_size(fph, queues, hash_slots), in futex_hash_allocate()
1817 fph->hash_mask = hash_slots ? hash_slots - 1 : 0; in futex_hash_allocate()
1821 for (i = 0; i < hash_slots; i++) in futex_hash_allocate()
1937 static int futex_hash_allocate(unsigned int hash_slots, unsigned int flags) in futex_hash_allocate() argument