Searched refs:plug (Results 1 – 2 of 2) sorted by relevance
908 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local910 if (plug) in blk_flush_plug()911 blk_flush_plug_list(plug, false); in blk_flush_plug()916 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local918 if (plug) in blk_schedule_flush_plug()919 blk_flush_plug_list(plug, true); in blk_schedule_flush_plug()924 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local926 return plug && (!list_empty(&plug->list) || !list_empty(&plug->cb_list)); in blk_needs_flush_plug()1397 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument1401 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument
1514 struct blk_plug *plug; member