Searched refs:plug_list (Results 1 – 2 of 2) sorted by relevance
80 struct list_head plug_list; member374 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 …]
1896 struct list_head *plug_list; in blk_attempt_plug_merge() local1904 plug_list = &plug->mq_list; in blk_attempt_plug_merge()1906 plug_list = &plug->list; in blk_attempt_plug_merge()1908 list_for_each_entry_reverse(rq, plug_list, queuelist) { in blk_attempt_plug_merge()1950 struct list_head *plug_list; in blk_plug_queued_count() local1958 plug_list = &plug->mq_list; in blk_plug_queued_count()1960 plug_list = &plug->list; in blk_plug_queued_count()1962 list_for_each_entry(rq, plug_list, queuelist) { in blk_plug_queued_count()