Home
last modified time | relevance | path

Searched refs:run_queue (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-mq-sched.c121 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 Dblk-mq-sched.h21 bool run_queue, bool async);
H A Dblk-mq.h72 bool run_queue);
H A Dblk-mq.c256 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 Dblk-mq-sched.c91 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 Dblk-mq.c261 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 Dhfa384x_usb.c3094 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 Dhfa384x_usb.c3072 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 Dglock.c731 * 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 Ddm-mpath.c1365 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 Ddm-mpath.c1373 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 Dglock.c808 * 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()

Completed in 32 milliseconds