Searched refs:run_queue (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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.4.14/block/ |
D | blk-mq.c | 997 void blk_mq_insert_request(struct request *rq, bool at_head, bool run_queue, in blk_mq_insert_request() argument 1014 if (run_queue) in blk_mq_insert_request() 1278 goto run_queue; in blk_mq_make_request() 1327 run_queue: in blk_mq_make_request() 1371 goto run_queue; in blk_sq_make_request() 1403 run_queue: in blk_sq_make_request()
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 515 static void run_queue(struct gfs2_glock *gl, const int nonblock) in run_queue() function 614 run_queue(gl, 0); in glock_work_func() 979 run_queue(gl, 1); in gfs2_glock_nq() 1523 run_queue(gl, 1); in gfs2_glock_finish_truncate()
|
/linux-4.4.14/drivers/md/ |
D | dm-mpath.c | 981 int r = 0, run_queue = 0; in reinstate_path() local 1005 run_queue = 1; in reinstate_path() 1018 if (run_queue) in reinstate_path()
|
D | dm.c | 1098 static void rq_completed(struct mapped_device *md, int rw, bool run_queue) in rq_completed() argument 1112 if (!md->queue->mq_ops && run_queue) in rq_completed()
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 12 thread takes this lock, it must then call run_queue (usually via the
|