Home
last modified time | relevance | path

Searched refs:plug (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dblkdev.h908 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
910 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() local
918 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() local
926 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() argument
1401 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument
Dsched.h1514 struct blk_plug *plug; member