Searched refs:run_queue (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/block/ |
D | blk-mq-sched.c | 94 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local 131 run_queue = true; in __blk_mq_do_dispatch_sched() 158 if (run_queue) in __blk_mq_do_dispatch_sched() 409 bool run_queue, bool async) in blk_mq_sched_insert_request() argument 457 if (run_queue) in blk_mq_sched_insert_request()
|
D | blk-mq-sched.h | 21 bool run_queue, bool async);
|
D | blk-mq.h | 65 bool run_queue);
|
D | blk-mq.c | 297 bool run_queue = false; in blk_mq_unquiesce_queue() local 304 run_queue = true; in blk_mq_unquiesce_queue() 309 if (run_queue) in blk_mq_unquiesce_queue() 2482 bool run_queue) in blk_mq_request_bypass_insert() argument 2493 if (run_queue) in blk_mq_request_bypass_insert() 2585 bool run_queue = true; in __blk_mq_try_issue_directly() local 2596 run_queue = false; in __blk_mq_try_issue_directly() 2620 blk_mq_sched_insert_request(rq, false, run_queue, false); in __blk_mq_try_issue_directly()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/fs/gfs2/ |
D | glock.c | 884 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function 1084 run_queue(gl, 0); in glock_work_func() 1594 run_queue(gl, 1); in gfs2_glock_nq()
|
/linux-6.1.9/Documentation/filesystems/ |
D | gfs2-glocks.rst | 15 thread takes this lock, it must then call run_queue (usually via the
|