Lines Matching refs:qidx
238 uint8_t qidx; in scheduler_post_msg_by_priority() local
292 qidx = sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[que_id]; in scheduler_post_msg_by_priority()
293 if (qidx >= SCHEDULER_NUMBER_OF_MSG_QUEUE) { in scheduler_post_msg_by_priority()
298 if (!sched_ctx->queue_ctx.scheduler_msg_process_fn[qidx]) { in scheduler_post_msg_by_priority()
303 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_post_msg_by_priority()
353 uint8_t qidx; in scheduler_deregister_module() local
362 qidx = ctx->scheduler_msg_qid_to_qidx[qid]; in scheduler_deregister_module()
363 ctx->scheduler_msg_process_fn[qidx] = NULL; in scheduler_deregister_module()
365 ctx->scheduler_msg_qid_to_qidx[qidx] = SCHEDULER_NUMBER_OF_MSG_QUEUE; in scheduler_deregister_module()
754 uint8_t qidx; in scheduler_get_queue_size() local
766 qidx = sched_ctx->queue_ctx.scheduler_msg_qid_to_qidx[qid]; in scheduler_get_queue_size()
767 if (qidx >= SCHEDULER_NUMBER_OF_MSG_QUEUE) { in scheduler_get_queue_size()
772 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_get_queue_size()