Searched refs:sched_history_index (Results 1 – 1 of 1) sorted by relevance
64 static uint32_t sched_history_index; variable86 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()