Searched refs:p_sm_history (Results 1 – 1 of 1) sorted by relevance
30 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_save_history() local37 qdf_spin_lock_bh(&p_sm_history->sm_history_lock); in wlan_sm_save_history()38 p_memento = &p_sm_history->data[p_sm_history->index]; in wlan_sm_save_history()39 p_sm_history->index++; in wlan_sm_save_history()41 p_sm_history->index %= WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_save_history()43 qdf_spin_unlock_bh(&p_sm_history->sm_history_lock); in wlan_sm_save_history()102 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_print_history() local110 qdf_spin_lock_bh(&p_sm_history->sm_history_lock); in wlan_sm_print_history()117 idx = (p_sm_history->index + i) % WLAN_SM_ENGINE_HISTORY_SIZE; in wlan_sm_print_history()119 sm, &p_sm_history->data[idx], idx); in wlan_sm_print_history()[all …]