Searched refs:run_queue (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/block/ |
D | blk-mq-sched.c | 122 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local 157 run_queue = true; in __blk_mq_do_dispatch_sched() 172 if (run_queue) in __blk_mq_do_dispatch_sched() 422 bool run_queue, bool async) in blk_mq_sched_insert_request() argument 470 if (run_queue) in blk_mq_sched_insert_request()
|
D | blk-mq-sched.h | 21 bool run_queue, bool async);
|
D | blk-mq.h | 72 bool run_queue);
|
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() 1853 bool run_queue) in blk_mq_request_bypass_insert() argument 1864 if (run_queue) in blk_mq_request_bypass_insert() 2004 bool run_queue = true; in __blk_mq_try_issue_directly() local 2014 run_queue = false; in __blk_mq_try_issue_directly() 2035 blk_mq_sched_insert_request(rq, false, run_queue, false); in __blk_mq_try_issue_directly()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
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-5.10/fs/gfs2/ |
D | glock.c | 737 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function 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/ |
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-5.10/Documentation/filesystems/ |
D | gfs2-glocks.rst | 15 thread takes this lock, it must then call run_queue (usually via the
|