Home
last modified time | relevance | path

Searched refs:hb (Results 1 – 2 of 2) sorted by relevance

/io_uring/
Dpoll.c120 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert() local
122 spin_lock(&hb->lock); in io_poll_req_insert()
123 hlist_add_head(&req->hash_node, &hb->list); in io_poll_req_insert()
124 spin_unlock(&hb->lock); in io_poll_req_insert()
770 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table() local
772 spin_lock(&hb->lock); in io_poll_remove_all_table()
773 hlist_for_each_entry_safe(req, tmp, &hb->list, hash_node) { in io_poll_remove_all_table()
780 spin_unlock(&hb->lock); in io_poll_remove_all_table()
806 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find() local
810 spin_lock(&hb->lock); in io_poll_find()
[all …]
Dfdinfo.c182 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in __io_uring_show_fdinfo() local
186 spin_lock(&hb->lock); in __io_uring_show_fdinfo()
187 hlist_for_each_entry(req, &hb->list, hash_node) in __io_uring_show_fdinfo()
190 spin_unlock(&hb->lock); in __io_uring_show_fdinfo()