Searched refs:plug_list (Results 1 – 2 of 2) sorted by relevance
105 struct list_head plug_list; member393 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()679 list_empty(&cur->plug_list) && in lock_stripe_add()710 list_for_each_entry(pending, &cur->plug_list, in lock_stripe_add()711 plug_list) { in lock_stripe_add()725 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()757 if (list_empty(&rbio->plug_list)) in unlock_stripe()769 if (list_empty(&rbio->plug_list) && in unlock_stripe()785 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()787 struct list_head *head = rbio->plug_list.next; in unlock_stripe()[all …]
1618 struct list_head *plug_list; in blk_attempt_plug_merge() local1626 plug_list = &plug->mq_list; in blk_attempt_plug_merge()1628 plug_list = &plug->list; in blk_attempt_plug_merge()1630 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()1666 struct list_head *plug_list; in blk_plug_queued_count() local1674 plug_list = &plug->mq_list; in blk_plug_queued_count()1676 plug_list = &plug->list; in blk_plug_queued_count()1678 list_for_each_entry(rq, plug_list, queuelist) { in blk_plug_queued_count()