/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-sched.c | 121 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local 156 run_queue = true; in __blk_mq_do_dispatch_sched() 171 if (run_queue) in __blk_mq_do_dispatch_sched() 428 bool run_queue, bool async) in blk_mq_sched_insert_request() 476 if (run_queue) in blk_mq_sched_insert_request() 427 blk_mq_sched_insert_request(struct request *rq, bool at_head, bool run_queue, bool async) blk_mq_sched_insert_request() argument
|
H A D | blk-mq-sched.h | 21 bool run_queue, bool async);
|
H A D | blk-mq.h | 72 bool run_queue);
|
H A D | blk-mq.c | 256 bool run_queue = false; in blk_mq_unquiesce_queue() local 263 run_queue = true; in blk_mq_unquiesce_queue() 268 if (run_queue) in blk_mq_unquiesce_queue() 1867 * @run_queue: If we should run the hardware queue after inserting the request. 1873 bool run_queue) in blk_mq_request_bypass_insert() 1884 if (run_queue) in blk_mq_request_bypass_insert() 2024 bool run_queue = true; in __blk_mq_try_issue_directly() local 2034 run_queue = false; in __blk_mq_try_issue_directly() 2055 blk_mq_sched_insert_request(rq, false, run_queue, false); in __blk_mq_try_issue_directly() 1872 blk_mq_request_bypass_insert(struct request *rq, bool at_head, bool run_queue) blk_mq_request_bypass_insert() argument
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-sched.c | 91 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local 128 run_queue = true; in __blk_mq_do_dispatch_sched() 155 if (run_queue) in __blk_mq_do_dispatch_sched()
|
H A D | blk-mq.c | 261 bool run_queue = false; in blk_mq_unquiesce_queue() local 268 run_queue = true; in blk_mq_unquiesce_queue() 273 if (run_queue) in blk_mq_unquiesce_queue()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 3094 int run_queue = 0; in hfa384x_usbin_ctlx() local 3131 run_queue = 1; in hfa384x_usbin_ctlx() 3168 run_queue = 1; in hfa384x_usbin_ctlx() 3180 run_queue = 1; in hfa384x_usbin_ctlx() 3188 if (run_queue) in hfa384x_usbin_ctlx() 3549 int run_queue = 0; in hfa384x_ctlxout_callback() local 3609 run_queue = 1; in hfa384x_ctlxout_callback() 3636 run_queue = 1; in hfa384x_ctlxout_callback() 3653 if (run_queue) in hfa384x_ctlxout_callback()
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 3072 int run_queue = 0; in hfa384x_usbin_ctlx() local 3109 run_queue = 1; in hfa384x_usbin_ctlx() 3146 run_queue = 1; in hfa384x_usbin_ctlx() 3158 run_queue = 1; in hfa384x_usbin_ctlx() 3166 if (run_queue) in hfa384x_usbin_ctlx() 3527 int run_queue = 0; in hfa384x_ctlxout_callback() local 3587 run_queue = 1; in hfa384x_ctlxout_callback() 3614 run_queue = 1; in hfa384x_ctlxout_callback() 3631 if (run_queue) in hfa384x_ctlxout_callback()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 731 * run_queue - do all outstanding tasks related to a glock 733 * @nonblock: True if we must not block in run_queue 737 static void run_queue(struct gfs2_glock *gl, const int nonblock) 944 run_queue(gl, 0); in glock_work_func() 1432 run_queue(gl, 1); in gfs2_glock_nq() 2030 run_queue(gl, 1); in gfs2_glock_finish_truncate()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-mpath.c | 1365 int r = 0, run_queue = 0; in reinstate_path() local 1388 run_queue = 1; in reinstate_path() 1401 if (run_queue) { in reinstate_path()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-mpath.c | 1373 int r = 0, run_queue = 0; in reinstate_path() local 1396 run_queue = 1; in reinstate_path() 1409 if (run_queue) { in reinstate_path()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 808 * run_queue - do all outstanding tasks related to a glock 810 * @nonblock: True if we must not block in run_queue 814 static void run_queue(struct gfs2_glock *gl, const int nonblock) 1076 run_queue(gl, 0); in glock_work_func() 1576 run_queue(gl, 1); in gfs2_glock_nq()
|