Searched refs:run_queue (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 3304 int run_queue = 0; in hfa384x_usbin_ctlx() local 3341 run_queue = 1; in hfa384x_usbin_ctlx() 3378 run_queue = 1; in hfa384x_usbin_ctlx() 3390 run_queue = 1; in hfa384x_usbin_ctlx() 3398 if (run_queue) in hfa384x_usbin_ctlx() 3755 int run_queue = 0; in hfa384x_ctlxout_callback() local 3815 run_queue = 1; in hfa384x_ctlxout_callback() 3842 run_queue = 1; in hfa384x_ctlxout_callback() 3859 if (run_queue) in hfa384x_ctlxout_callback()
|
/linux-4.1.27/block/ |
D | blk-mq.c | 1033 void blk_mq_insert_request(struct request *rq, bool at_head, bool run_queue, in blk_mq_insert_request() argument 1050 if (run_queue) in blk_mq_insert_request() 1266 goto run_queue; in blk_mq_make_request() 1310 run_queue: in blk_mq_make_request() 1353 goto run_queue; in blk_sq_make_request() 1385 run_queue: in blk_sq_make_request()
|
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 576 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function 675 run_queue(gl, 0); in glock_work_func() 1027 run_queue(gl, 1); in gfs2_glock_nq() 1575 run_queue(gl, 1); in gfs2_glock_finish_truncate()
|
/linux-4.1.27/drivers/md/ |
D | dm-mpath.c | 996 int r = 0, run_queue = 0; in reinstate_path() local 1020 run_queue = 1; in reinstate_path() 1033 if (run_queue) in reinstate_path()
|
D | dm.c | 1054 static void rq_completed(struct mapped_device *md, int rw, bool run_queue) in rq_completed() argument 1068 if (!md->queue->mq_ops && run_queue) in rq_completed()
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2-glocks.txt | 12 thread takes this lock, it must then call run_queue (usually via the
|