Searched refs:sch_ctx (Results 1 – 1 of 1) sorted by relevance
351 static void scheduler_thread_process_queues(struct scheduler_ctx *sch_ctx, in scheduler_thread_process_queues() argument358 if (!sch_ctx) { in scheduler_thread_process_queues()368 &sch_ctx->sch_event_flag)) { in scheduler_thread_process_queues()374 &sch_ctx->sch_event_flag)) { in scheduler_thread_process_queues()383 msg = scheduler_mq_get(&sch_ctx->queue_ctx.sch_msg_q[i]); in scheduler_thread_process_queues()390 if (sch_ctx->queue_ctx.scheduler_msg_process_fn[i]) { in scheduler_thread_process_queues()391 sch_ctx->watchdog_msg_type = msg->type; in scheduler_thread_process_queues()392 sch_ctx->watchdog_callback = msg->callback; in scheduler_thread_process_queues()395 qdf_timer_start(&sch_ctx->watchdog_timer, in scheduler_thread_process_queues()396 sch_ctx->timeout); in scheduler_thread_process_queues()[all …]