Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dpoll.c128 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert()
745 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_remove_all()
763 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[index]; in io_poll_find()
787 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_file_find()
H A Dfdinfo.c233 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo()
H A Dio_uring.c200 table->hbs = kvmalloc_objs(table->hbs[0], hash_buckets, in io_alloc_hash_table()
202 if (table->hbs) in io_alloc_hash_table()
211 INIT_HLIST_HEAD(&table->hbs[i].list); in io_alloc_hash_table()
303 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
2199 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
/linux/include/linux/
H A Dio_uring_types.h81 struct io_hash_bucket *hbs; member
/linux/drivers/video/fbdev/
H A Dcg14.c109 u16 hbs; /* Hor Blank Start */ member
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1291 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1366 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
1368 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()