Searched refs:plug (Results 1 - 3 of 3) sorted by last modified time

/include/linux/
H A Dblk-mq.h160 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule);
H A Dblkdev.h1085 * It is ok not to disable preemption when adding the request to the plug list
1087 * the plug list when the task sleeps by itself. For details, please see
1112 struct blk_plug *plug = tsk->plug; local
1114 if (plug)
1115 blk_flush_plug_list(plug, false);
1120 struct blk_plug *plug = tsk->plug; local
1122 if (plug)
1123 blk_flush_plug_list(plug, tru
1128 struct blk_plug *plug = tsk->plug; local
1642 blk_start_plug(struct blk_plug *plug) argument
1646 blk_finish_plug(struct blk_plug *plug) argument
[all...]
H A Dsched.h1496 struct blk_plug *plug; member in struct:task_struct

Completed in 158 milliseconds