Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_core.c64 static uint32_t sched_history_index; variable
86 sched_history[sched_history_index] = hist; in sched_history_start()
91 struct sched_history_item *hist = &sched_history[sched_history_index]; in sched_history_stop()
96 sched_history_index++; in sched_history_stop()
97 sched_history_index %= WLAN_SCHED_HISTORY_SIZE; in sched_history_stop()
115 history_idx = sched_history_index; in sched_history_print()