Searched refs:plug (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/drivers/md/
H A Draid5.c29 * we plug the array and queue the stripe for later.
6675 struct blk_plug plug; local
6679 blk_start_plug(&plug);
6706 blk_finish_plug(&plug);
6723 struct blk_plug plug; local
6729 blk_start_plug(&plug);
6804 blk_finish_plug(&plug);
H A Ddm-integrity.c2525 struct blk_plug plug; local
2527 blk_start_plug(&plug);
2658 blk_finish_plug(&plug);
H A Dmd.c8850 struct blk_plug plug; local
9050 blk_start_plug(&plug);
9174 blk_finish_plug(&plug);
/linux-master/kernel/
H A Dexit.c827 WARN_ON(tsk->plug);
H A Dfork.c2434 p->plug = NULL;
/linux-master/sound/core/oss/
H A Dpcm_oss.c548 struct snd_pcm_runtime *runtime = plugin->plug->runtime;
563 struct snd_pcm_runtime *runtime = plugin->plug->runtime;
/linux-master/fs/ext4/
H A Dmballoc.c2719 struct blk_plug plug; local
2721 blk_start_plug(&plug);
2747 blk_finish_plug(&plug);
/linux-master/kernel/sched/
H A Dcore.c6802 blk_flush_plug(tsk->plug, true);
9013 blk_flush_plug(current->plug, true);
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1196 if (current->plug == &connection->receiver_plug) {

Completed in 259 milliseconds

12345