Home
last modified time | relevance | path

Searched refs:hbs (Results 1 – 4 of 4) 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()
746 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_remove_all()
764 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[index]; in io_poll_find()
788 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_poll_file_find()
H A Dio_uring.c201 table->hbs = kvmalloc_objs(table->hbs[0], hash_buckets, in io_alloc_hash_table()
203 if (table->hbs) in io_alloc_hash_table()
212 INIT_HLIST_HEAD(&table->hbs[i].list); in io_alloc_hash_table()
305 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
2202 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
/linux/drivers/video/fbdev/
H A Dcg14.c109 u16 hbs; /* Hor Blank Start */ member
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1294 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1369 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
1371 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()