Searched refs:run_queue (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/block/ |
D | blk-mq-sched.c | 122 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local 159 run_queue = true; in __blk_mq_do_dispatch_sched() 186 if (run_queue) in __blk_mq_do_dispatch_sched() 430 bool run_queue, bool async) in blk_mq_sched_insert_request() argument 478 if (run_queue) in blk_mq_sched_insert_request()
|
D | blk-mq-sched.h | 22 bool run_queue, bool async);
|
D | blk-mq.h | 72 bool run_queue);
|
D | blk-mq.c | 1865 bool run_queue) in blk_mq_request_bypass_insert() argument 1876 if (run_queue) in blk_mq_request_bypass_insert() 2016 bool run_queue = true; in __blk_mq_try_issue_directly() local 2027 run_queue = false; in __blk_mq_try_issue_directly() 2051 blk_mq_sched_insert_request(rq, false, run_queue, false); in __blk_mq_try_issue_directly()
|
/Linux-v5.15/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3093 int run_queue = 0; in hfa384x_usbin_ctlx() local 3130 run_queue = 1; in hfa384x_usbin_ctlx() 3167 run_queue = 1; in hfa384x_usbin_ctlx() 3179 run_queue = 1; in hfa384x_usbin_ctlx() 3187 if (run_queue) in hfa384x_usbin_ctlx() 3548 int run_queue = 0; in hfa384x_ctlxout_callback() local 3608 run_queue = 1; in hfa384x_ctlxout_callback() 3635 run_queue = 1; in hfa384x_ctlxout_callback() 3652 if (run_queue) in hfa384x_ctlxout_callback()
|
/Linux-v5.15/fs/gfs2/ |
D | glock.c | 749 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function 950 run_queue(gl, 0); in glock_work_func() 1440 run_queue(gl, 1); in gfs2_glock_nq() 2035 run_queue(gl, 1); in gfs2_glock_finish_truncate()
|
/Linux-v5.15/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()
|
/Linux-v5.15/Documentation/filesystems/ |
D | gfs2-glocks.rst | 15 thread takes this lock, it must then call run_queue (usually via the
|