Searched refs:total_ref_count (Results 1 – 3 of 3) sorted by relevance
292 uint32_t total_ref_count; in ll_lt_sap_bs_increament_ref_count() local294 total_ref_count = qdf_atomic_inc_return(&bs_ctx->total_ref_count); in ll_lt_sap_bs_increament_ref_count()305 total_ref_count); in ll_lt_sap_bs_increament_ref_count()323 uint32_t total_ref_count; in ll_lt_sap_bs_decreament_ref_count() local350 total_ref_count = qdf_atomic_dec_return(&bs_ctx->total_ref_count); in ll_lt_sap_bs_decreament_ref_count()355 ref_count, total_ref_count); in ll_lt_sap_bs_decreament_ref_count()535 if (qdf_atomic_read(&bs_ctx->total_ref_count)) in ll_lt_sap_handle_bs_to_wlan_in_non_wlan_state()724 if (qdf_atomic_read(&bs_ctx->total_ref_count)) in ll_lt_sap_handle_bs_to_non_wlan_timeout()732 qdf_atomic_read(&bs_ctx->total_ref_count)); in ll_lt_sap_handle_bs_to_non_wlan_timeout()777 if (qdf_atomic_read(&bs_ctx->total_ref_count)) in ll_lt_sap_handle_bs_to_non_wlan_completed()[all …]
107 qdf_atomic_t total_ref_count; member
122 qdf_atomic_init(&bs_ctx->total_ref_count); in ll_lt_sap_init()