Searched refs:plug_list (Results 1 – 2 of 2) sorted by relevance
104 struct list_head plug_list; member392 BUG_ON(!list_empty(&rbio->plug_list)); in __remove_rbio_from_cache()674 list_empty(&cur->plug_list) && in lock_stripe_add()705 list_for_each_entry(pending, &cur->plug_list, in lock_stripe_add()706 plug_list) { in lock_stripe_add()720 list_add_tail(&rbio->plug_list, &cur->plug_list); in lock_stripe_add()752 if (list_empty(&rbio->plug_list)) in unlock_stripe()764 if (list_empty(&rbio->plug_list) && in unlock_stripe()780 if (!list_empty(&rbio->plug_list)) { in unlock_stripe()782 struct list_head *head = rbio->plug_list.next; in unlock_stripe()[all …]
1533 struct list_head *plug_list; in blk_attempt_plug_merge() local1541 plug_list = &plug->mq_list; in blk_attempt_plug_merge()1543 plug_list = &plug->list; in blk_attempt_plug_merge()1545 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()