Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hw_20_comp.h13 enum icp_qat_hw_comp_20_hbs_control hbs; member
36 QAT_FIELD_SET(val32, csr.hbs, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_LOWER()
113 enum icp_qat_hw_decomp_20_hbs_control hbs; member
125 QAT_FIELD_SET(val32, csr.hbs, in ICP_QAT_FW_DECOMP_20_BUILD_CONFIG_LOWER()
/Linux-v6.6/io_uring/
Dpoll.c123 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert()
134 spinlock_t *lock = &table->hbs[index].lock; in io_poll_req_delete()
148 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert_locked()
753 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table()
789 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find()
823 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find()
Dfdinfo.c186 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_uring_show_fdinfo()
187 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in io_uring_show_fdinfo()
Dcancel.c233 spin_lock_init(&table->hbs[i].lock); in init_hash_table()
234 INIT_HLIST_HEAD(&table->hbs[i].list); in init_hash_table()
Dio_uring.c284 size_t hash_size = hash_buckets * sizeof(table->hbs[0]); in io_alloc_hash_table()
286 table->hbs = kmalloc(hash_size, GFP_KERNEL); in io_alloc_hash_table()
287 if (!table->hbs) in io_alloc_hash_table()
355 kfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
356 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2948 kfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
2949 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/Linux-v6.6/include/linux/
Dio_uring_types.h43 struct io_hash_bucket *hbs; member
/Linux-v6.6/drivers/video/fbdev/
Dtdfxfb.c550 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
584 hbs = hd; in tdfxfb_set_par()
644 reg.crt[0x02] = hbs; in tdfxfb_set_par()
669 ((hbs & 0x100) >> 4) | in tdfxfb_set_par()
Dcg14.c116 u16 hbs; /* Hor Blank Start */ member
/Linux-v6.6/drivers/gpu/drm/tegra/
Dsor.c1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1363 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
1365 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()