Searched refs:fhb (Results 1 – 1 of 1) sorted by relevance
1516 static void futex_hash_bucket_init(struct futex_hash_bucket *fhb, in futex_hash_bucket_init() argument1520 fhb->priv = fph; in futex_hash_bucket_init()1522 atomic_set(&fhb->waiters, 0); in futex_hash_bucket_init()1523 plist_head_init(&fhb->chain); in futex_hash_bucket_init()1524 spin_lock_init(&fhb->lock); in futex_hash_bucket_init()