Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A 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 …]
A Dblk-core.c423 INIT_LIST_HEAD(&q->icq_list); in blk_alloc_queue()
/linux-6.3-rc2/include/linux/
A Diocontext.h111 struct hlist_head icq_list; member
A Dblkdev.h483 struct list_head icq_list; member

Completed in 13 milliseconds