Searched refs:hctx_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-mq-sched.c61 LIST_HEAD(hctx_list);
66 list_cut_before(&hctx_list, rq_list, &rq->queuelist);
71 list_splice_tail_init(rq_list, &hctx_list);
74 return blk_mq_dispatch_rq_list(hctx, &hctx_list, count);
H A Dblk-mq.c3638 list_add(&hctx->hctx_list, &q->unused_hctx_list);
3717 INIT_LIST_HEAD(&hctx->hctx_list);
4054 WARN_ON_ONCE(hctx && list_empty(&hctx->hctx_list));
4057 list_for_each_entry_safe(hctx, next, &q->unused_hctx_list, hctx_list) {
4058 list_del_init(&hctx->hctx_list);
4162 list_for_each_entry(tmp, &q->unused_hctx_list, hctx_list) {
4169 list_del_init(&hctx->hctx_list);
/linux-master/include/linux/
H A Dblk-mq.h425 * @hctx_list: if this hctx is not in use, this is an entry in
428 struct list_head hctx_list; member in struct:blk_mq_hw_ctx

Completed in 131 milliseconds