Home
last modified time | relevance | path

Searched refs:sch_msg_q (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
Dscheduler_core.c212 status = scheduler_mq_init(&sched_ctx->queue_ctx.sch_msg_q[i]); in scheduler_all_queues_init()
239 scheduler_mq_deinit(&sched_ctx->queue_ctx.sch_msg_q[i]); in scheduler_all_queues_deinit()
383 msg = scheduler_mq_get(&sch_ctx->queue_ctx.sch_msg_q[i]); in scheduler_thread_process_queues()
404 sch_ctx->queue_ctx.sch_msg_q[i].qid); in scheduler_thread_process_queues()
500 mq = &sched_ctx->queue_ctx.sch_msg_q[i]; in scheduler_queues_flush()
Dscheduler_api.c303 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_post_msg_by_priority()
340 ctx->sch_msg_q[sched_ctx->sch_last_qidx].qid = qid; in scheduler_register_module()
772 target_mq = &(sched_ctx->queue_ctx.sch_msg_q[qidx]); in scheduler_get_queue_size()
/wlan-driver/qca-wifi-host-cmn/scheduler/inc/
Dscheduler_core.h88 struct scheduler_mq_type sch_msg_q[SCHEDULER_NUMBER_OF_MSG_QUEUE]; member