Searched refs:fhb (Results 1 – 1 of 1) sorted by relevance
1519 static void futex_hash_bucket_init(struct futex_hash_bucket *fhb, in futex_hash_bucket_init() argument1523 fhb->priv = fph; in futex_hash_bucket_init()1525 atomic_set(&fhb->waiters, 0); in futex_hash_bucket_init()1526 plist_head_init(&fhb->chain); in futex_hash_bucket_init()1527 spin_lock_init(&fhb->lock); in futex_hash_bucket_init()