Searched refs:hbs (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw_20_comp.h13 enum icp_qat_hw_comp_20_hbs_control hbs; member in struct:icp_qat_hw_comp_20_config_csr_lower
36 QAT_FIELD_SET(val32, csr.hbs,
113 enum icp_qat_hw_decomp_20_hbs_control hbs; member in struct:icp_qat_hw_decomp_20_config_csr_lower
125 QAT_FIELD_SET(val32, csr.hbs,
/linux-master/io_uring/
H A Dfdinfo.c195 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i];
196 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i];
H A Dcancel.c242 spin_lock_init(&table->hbs[i].lock);
243 INIT_HLIST_HEAD(&table->hbs[i].list);
H A Dpoll.c124 struct io_hash_bucket *hb = &table->hbs[index];
135 spinlock_t *lock = &table->hbs[index].lock;
149 hlist_add_head(&req->hash_node, &table->hbs[index].list);
776 struct io_hash_bucket *hb = &table->hbs[i];
812 struct io_hash_bucket *hb = &table->hbs[index];
845 struct io_hash_bucket *hb = &table->hbs[i];
H A Dio_uring.c272 size_t hash_size = hash_buckets * sizeof(table->hbs[0]);
274 table->hbs = kmalloc(hash_size, GFP_KERNEL);
275 if (!table->hbs)
352 kfree(ctx->cancel_table.hbs);
353 kfree(ctx->cancel_table_locked.hbs);
2932 kfree(ctx->cancel_table.hbs);
2933 kfree(ctx->cancel_table_locked.hbs);
/linux-master/include/linux/
H A Dio_uring_types.h75 struct io_hash_bucket *hbs; member in struct:io_hash_table
/linux-master/drivers/video/fbdev/
H A Dtdfxfb.c550 u32 hd, hs, he, ht, hbs, hbe; local
584 hbs = hd;
644 reg.crt[0x02] = hbs;
669 ((hbs & 0x100) >> 4) |
H A Dcg14.c109 u16 hbs; /* Hor Blank Start */ member in struct:cg14_regs
/linux-master/drivers/gpu/drm/tegra/
H A Dsor.c1290 unsigned int vbe, vse, hbe, hse, vbs, hbs; local
1365 hbs = hbe + mode->hdisplay;
1367 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff);

Completed in 167 milliseconds