Searched refs:history (Results 1 – 20 of 20) sorted by relevance
30 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_save_history()57 qdf_mem_zero(&sm->history, sizeof(struct wlan_sm_history)); in wlan_sm_history_init()58 qdf_spinlock_create(&sm->history.sm_history_lock); in wlan_sm_history_init()63 qdf_spinlock_destroy(&sm->history.sm_history_lock); in wlan_sm_history_delete()102 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_print_history()162 struct wlan_sm_history *p_sm_history = &sm->history; in wlan_sm_print_fs_history()
102 struct sched_history_item *history, *item; in sched_history_print() local106 history = qdf_mem_malloc(sizeof(*history) * WLAN_SCHED_HISTORY_SIZE); in sched_history_print()108 if (!history) { in sched_history_print()113 qdf_mem_copy(history, &sched_history, in sched_history_print()114 (sizeof(*history) * WLAN_SCHED_HISTORY_SIZE)); in sched_history_print()123 item = history + index; in sched_history_print()137 qdf_mem_free(history); in sched_history_print()
2003 struct cm_req_history *history = &cm_ctx->req_history; in cm_req_history_add() local2006 qdf_spin_lock_bh(&history->cm_req_hist_lock); in cm_req_history_add()2007 data = &history->data[history->index]; in cm_req_history_add()2008 history->index++; in cm_req_history_add()2009 history->index %= CM_REQ_HISTORY_SIZE; in cm_req_history_add()2015 qdf_spin_unlock_bh(&history->cm_req_hist_lock); in cm_req_history_add()2024 struct cm_req_history *history = &cm_ctx->req_history; in cm_req_history_del() local2026 qdf_spin_lock_bh(&history->cm_req_hist_lock); in cm_req_history_del()2028 if (history->index < i) in cm_req_history_del()2029 idx = CM_REQ_HISTORY_SIZE + history->index - i; in cm_req_history_del()[all …]
126 history_info = &pdev_queue->history; in wlan_ser_print_all_history()239 ser_history_info = &pdev_queue->history; in wlan_ser_update_cmd_history()
114 struct ser_history history; member
143 struct wlan_sm_history history; member
4828 struct dp_frag_history_opaque_atomic *history = in dp_soc_frag_history_attach() local4835 history->entry[i] = dp_context_alloc_mem(soc, ctxt_type, in dp_soc_frag_history_attach()4838 history->entry[i] = qdf_mem_malloc(alloc_size); in dp_soc_frag_history_attach()4840 if (!history->entry[i]) in dp_soc_frag_history_attach()4844 qdf_atomic_init(&history->index); in dp_soc_frag_history_attach()4845 history->allocated = 1; in dp_soc_frag_history_attach()4846 history->num_entries_per_slot = max_entries_per_slot; in dp_soc_frag_history_attach()4852 dp_context_free_mem(soc, ctxt_type, history->entry[i]); in dp_soc_frag_history_attach()4854 qdf_mem_free(history->entry[i]); in dp_soc_frag_history_attach()4866 struct dp_frag_history_opaque_atomic *history = in dp_soc_frag_history_detach() local[all …]
530 #Flag to enable HTC credit history feature
516 #Flag to enable HTC credit history feature
593 #Flag to enable HTC credit history feature
623 #Flag to enable HTC credit history feature
783 #Flag to enable HTC credit history feature
1183 #Flag to enable HTC credit history feature