Home
last modified time | relevance | path

Searched refs:total_ref_count (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
H A Dwlan_ll_lt_sap_bearer_switch.c292 uint32_t total_ref_count; in ll_lt_sap_bs_increament_ref_count() local
294 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() local
350 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 …]
H A Dwlan_ll_lt_sap_bearer_switch.h107 qdf_atomic_t total_ref_count; member
H A Dwlan_ll_lt_sap_main.c122 qdf_atomic_init(&bs_ctx->total_ref_count); in ll_lt_sap_init()