Home
last modified time | relevance | path

Searched refs:run_queue (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmp6507.c121 struct speed_queue_s *run_queue; member
147 motor->run_queue = &cur_ext_dev->speed_que; in set_motor_running_status()
148 motor->run_queue->speed_p[cur_ext_dev->length_up - 1].count = in set_motor_running_status()
151 motor->run_queue = &cur_ext_dev->one_speed_que; in set_motor_running_status()
152 motor->run_queue->speed_p[0].count = step_cnt; in set_motor_running_status()
154 motor->move_cnt = motor->run_queue->count; in set_motor_running_status()
158 for (i = 0; i < motor->run_queue->count; i++) { in set_motor_running_status()
159 move_time += (u64)motor->run_queue->speed_p[i].count * in set_motor_running_status()
160 (u64)motor->run_queue->speed_p[i].phase_interval_ns; in set_motor_running_status()
163 motor->run_queue->speed_p[i].count, in set_motor_running_status()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-sched.c121 bool multi_hctxs = false, run_queue = false; in __blk_mq_do_dispatch_sched() local
156 run_queue = true; in __blk_mq_do_dispatch_sched()
171 if (run_queue) in __blk_mq_do_dispatch_sched()
427 bool run_queue, bool async) in blk_mq_sched_insert_request() argument
475 if (run_queue) in blk_mq_sched_insert_request()
H A Dblk-mq-sched.h20 bool run_queue, bool async);
H A Dblk-mq.h74 bool run_queue);
H A Dblk-mq.c1896 bool run_queue) in blk_mq_request_bypass_insert() argument
1907 if (run_queue) in blk_mq_request_bypass_insert()
2046 bool run_queue = true; in __blk_mq_try_issue_directly() local
2056 run_queue = false; in __blk_mq_try_issue_directly()
2077 blk_mq_sched_insert_request(rq, false, run_queue, false); in __blk_mq_try_issue_directly()
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c3094 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()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c737 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()
2029 run_queue(gl, 1); in gfs2_glock_finish_truncate()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-mpath.c1365 int r = 0, run_queue = 0; in reinstate_path() local
1388 run_queue = 1; in reinstate_path()
1401 if (run_queue) { in reinstate_path()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dgfs2-glocks.rst15 thread takes this lock, it must then call run_queue (usually via the