Searched refs:sch_last_qidx (Results 1 – 2 of 2) sorted by relevance
332 if (sched_ctx->sch_last_qidx >= SCHEDULER_NUMBER_OF_MSG_QUEUE) { in scheduler_register_module()339 ctx->scheduler_msg_qid_to_qidx[qid] = sched_ctx->sch_last_qidx; in scheduler_register_module()340 ctx->sch_msg_q[sched_ctx->sch_last_qidx].qid = qid; in scheduler_register_module()341 ctx->scheduler_msg_process_fn[sched_ctx->sch_last_qidx] = callback; in scheduler_register_module()342 sched_ctx->sch_last_qidx++; in scheduler_register_module()364 sched_ctx->sch_last_qidx--; in scheduler_deregister_module()
122 uint8_t sch_last_qidx; member