Searched refs:futex_hash_allocate (Results 1 – 1 of 1) sorted by relevance
1840 static int futex_hash_allocate(unsigned int hash_slots, unsigned int flags) in futex_hash_allocate() function2008 return futex_hash_allocate(buckets, 0); in futex_hash_allocate_default()2022 static inline int futex_hash_allocate(unsigned int hslots, unsigned int flags) { return -EINVAL; } in futex_hash_allocate() function2073 ret = futex_hash_allocate(arg3, flags); in futex_hash_prctl()