Lines Matching refs:history
4828 struct dp_frag_history_opaque_atomic *history = in dp_soc_frag_history_attach() local
4835 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
4872 dp_context_free_mem(soc, ctxt_type, history->entry[i]); in dp_soc_frag_history_detach()
4874 qdf_mem_free(history->entry[i]); in dp_soc_frag_history_detach()
4877 history->allocated = 0; in dp_soc_frag_history_detach()