Lines Matching refs:hb
123 struct io_hash_bucket *hb = &table->hbs[index];
125 spin_lock(&hb->lock);
126 hlist_add_head(&req->hash_node, &hb->list);
127 spin_unlock(&hb->lock);
760 struct io_hash_bucket *hb = &table->hbs[i];
762 spin_lock(&hb->lock);
763 hlist_for_each_entry_safe(req, tmp, &hb->list, hash_node) {
770 spin_unlock(&hb->lock);
796 struct io_hash_bucket *hb = &table->hbs[index];
800 spin_lock(&hb->lock);
801 hlist_for_each_entry(req, &hb->list, hash_node) {
811 *out_bucket = hb;
814 spin_unlock(&hb->lock);
830 struct io_hash_bucket *hb = &table->hbs[i];
832 spin_lock(&hb->lock);
833 hlist_for_each_entry(req, &hb->list, hash_node) {
835 *out_bucket = hb;
839 spin_unlock(&hb->lock);