Searched refs:busy_hist (Results 1 – 2 of 2) sorted by relevance
314 gp_hif_rtpm_ctx->busy_hist[i] = NULL; in hif_rtpm_alloc_last_busy_hist()318 gp_hif_rtpm_ctx->busy_hist[i] = in hif_rtpm_alloc_last_busy_hist()320 if (!gp_hif_rtpm_ctx->busy_hist[i]) in hif_rtpm_alloc_last_busy_hist()333 qdf_mem_free(gp_hif_rtpm_ctx->busy_hist[i]); in hif_rtpm_free_last_busy_hist()1054 hist = gp_hif_rtpm_ctx->busy_hist[i]; in hif_rtpm_display_last_busy_hist()1074 if (!scn || !gp_hif_rtpm_ctx->busy_hist[ce_id]) in hif_rtpm_record_ce_last_busy_evt()1077 hist = gp_hif_rtpm_ctx->busy_hist[ce_id]; in hif_rtpm_record_ce_last_busy_evt()
162 struct hif_rtpm_last_busy_hist *busy_hist[CE_COUNT_MAX]; member