Home
last modified time | relevance | path

Searched refs:run_queue (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-mq-sched.c89 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local
126 run_queue = true; in __blk_mq_do_dispatch_sched()
153 if (run_queue) in __blk_mq_do_dispatch_sched()
H A Dblk-mq.c317 bool run_queue = false; in blk_mq_unquiesce_queue() local
324 run_queue = true; in blk_mq_unquiesce_queue()
329 if (run_queue) in blk_mq_unquiesce_queue()
/linux/drivers/md/
H A Ddm-mpath.c1372 int r = 0, run_queue = 0; in reinstate_path() local
1394 run_queue = 1; in reinstate_path()
1407 if (run_queue) { in reinstate_path()
/linux/fs/gfs2/
H A Dglock.c842 * run_queue - do all outstanding tasks related to a glock
844 * @nonblock: True if we must not block in run_queue
848 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function
1095 run_queue(gl, 0); in glock_work_func()
1588 run_queue(gl, 1); in gfs2_glock_nq()