Home
last modified time | relevance | path

Searched refs:icq_list (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/block/
Dblk-ioc.c64 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node) in ioc_exit_icqs()
114 while (!hlist_empty(&ioc->icq_list)) { in ioc_release_fn()
115 struct io_cq *icq = hlist_entry(ioc->icq_list.first, in ioc_release_fn()
157 if (!hlist_empty(&ioc->icq_list)) { in ioc_delay_free()
174 LIST_HEAD(icq_list); in ioc_clear_queue()
177 list_splice_init(&q->icq_list, &icq_list); in ioc_clear_queue()
181 while (!list_empty(&icq_list)) { in ioc_clear_queue()
183 list_entry(icq_list.next, struct io_cq, q_node); in ioc_clear_queue()
247 INIT_HLIST_HEAD(&ioc->icq_list); in alloc_io_context()
394 hlist_add_head(&icq->ioc_node, &ioc->icq_list); in ioc_create_icq()
[all …]
Dblk-core.c407 INIT_LIST_HEAD(&q->icq_list); in blk_alloc_queue()
/Linux-v6.1/include/linux/
Diocontext.h111 struct hlist_head icq_list; member
Dblkdev.h485 struct list_head icq_list; member