Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dpoll.c120 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert()
131 spinlock_t *lock = &table->hbs[index].lock; in io_poll_req_delete()
145 hlist_add_head(&req->hash_node, &table->hbs[index].list); in io_poll_req_insert_locked()
755 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table()
791 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find()
825 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find()
Dfdinfo.c176 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo()
177 struct io_hash_bucket *hbl = &ctx->cancel_table_locked.hbs[i]; in __io_uring_show_fdinfo()
Dcancel.c206 spin_lock_init(&table->hbs[i].lock); in init_hash_table()
207 INIT_HLIST_HEAD(&table->hbs[i].list); in init_hash_table()
Dio_uring.c262 size_t hash_size = hash_buckets * sizeof(table->hbs[0]); in io_alloc_hash_table()
264 table->hbs = kmalloc(hash_size, GFP_KERNEL); in io_alloc_hash_table()
265 if (!table->hbs) in io_alloc_hash_table()
338 kfree(ctx->cancel_table.hbs); in io_ring_ctx_alloc()
339 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_alloc()
2620 kfree(ctx->cancel_table.hbs); in io_ring_ctx_free()
2621 kfree(ctx->cancel_table_locked.hbs); in io_ring_ctx_free()
/linux-6.1.9/include/linux/
Dio_uring_types.h43 struct io_hash_bucket *hbs; member
/linux-6.1.9/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.c115 u16 hbs; /* Hor Blank Start */ member
/linux-6.1.9/drivers/gpu/drm/tegra/
Dsor.c1287 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1362 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
1364 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()