Searched refs:hbs (Results 1 – 6 of 6) sorted by relevance
| /linux/io_uring/ |
| H A D | poll.c | 128 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 D | fdinfo.c | 234 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo()
|
| H A D | io_uring.c | 200 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() 2211 kvfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
|
| /linux/include/linux/ |
| H A D | io_uring_types.h | 93 struct io_hash_bucket *hbs; 81 struct io_hash_bucket *hbs; global() member
|
| /linux/drivers/video/fbdev/ |
| H A D | cg14.c | 109 u16 hbs; /* Hor Blank Start */ member
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | sor.c | 1294 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() 1369 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set() 1371 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set() 1291 unsigned int vbe, vse, hbe, hse, vbs, hbs; tegra_sor_mode_set() local
|