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

/linux-master/block/
H A Dblk-ioc.c64 hlist_for_each_entry(icq, &ioc->icq_list, ioc_node)
118 while (!hlist_empty(&ioc->icq_list)) {
119 struct io_cq *icq = hlist_entry(ioc->icq_list.first,
156 if (!hlist_empty(&ioc->icq_list)) {
169 * Walk @q->icq_list and exit all io_cq's.
174 while (!list_empty(&q->icq_list)) {
176 list_first_entry(&q->icq_list, struct io_cq, q_node);
243 INIT_HLIST_HEAD(&ioc->icq_list);
390 hlist_add_head(&icq->ioc_node, &ioc->icq_list);
391 list_add(&icq->q_node, &q->icq_list);
[all...]
H A Dblk-core.c432 INIT_LIST_HEAD(&q->icq_list);
/linux-master/include/linux/
H A Diocontext.h57 * - ioc->icq_list and icq->ioc_node are protected by ioc lock.
58 * q->icq_list and icq->q_node by q lock.
78 * q_node and ioc_node link io_cq through icq_list of q and ioc
111 struct hlist_head icq_list; member in struct:io_context
H A Dblkdev.h456 struct list_head icq_list; member in struct:request_queue

Completed in 124 milliseconds