Searched refs:hbs (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hw_20_comp.h | 13 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/io_uring/ |
H A D | poll.c | 128 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert() 728 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_remove_all() 746 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[index]; in io_poll_find() 770 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_file_find()
|
H A D | fdinfo.c | 241 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_uring_show_fdinfo()
|
H A D | io_uring.c | 269 table->hbs = kvmalloc_array(hash_buckets, sizeof(table->hbs[0]), in io_alloc_hash_table() 271 if (table->hbs) in io_alloc_hash_table() 280 INIT_HLIST_HEAD(&table->hbs[i].list); in io_alloc_hash_table() 366 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc() 2765 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
|
/linux/drivers/video/fbdev/ |
H A D | tdfxfb.c | 550 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()
|
H A D | cg14.c | 109 u16 hbs; /* Hor Blank Start */ member
|
/linux/include/linux/ |
H A D | io_uring_types.h | 75 struct io_hash_bucket *hbs; member
|
/linux/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1290 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1365 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set() 1367 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()
|