Searched refs:ref_count (Results 1 – 10 of 10) sorted by relevance
488 static int ref_count; /* = 0 by the compiler */ in hif_exec_cpu_denylist() local502 rc = ref_count; in hif_exec_cpu_denylist()505 ref_count++; in hif_exec_cpu_denylist()507 if (ref_count == 1) { in hif_exec_cpu_denylist()510 rc, ref_count); in hif_exec_cpu_denylist()515 if (ref_count) in hif_exec_cpu_denylist()516 ref_count--; in hif_exec_cpu_denylist()518 if (ref_count == 0) { in hif_exec_cpu_denylist()521 rc, ref_count); in hif_exec_cpu_denylist()
2007 static int ref_count; /* = 0 by the compiler */ local2021 rc = ref_count;2024 ref_count++;2026 if (ref_count == 1) {2029 rc, ref_count);2034 if (ref_count) {2035 ref_count--;2037 if (ref_count == 0) {2040 rc, ref_count);
291 uint32_t ref_count; in ll_lt_sap_bs_increament_ref_count() local296 ref_count = qdf_atomic_inc_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_increament_ref_count()298 ref_count = qdf_atomic_inc_return( in ll_lt_sap_bs_increament_ref_count()299 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source]); in ll_lt_sap_bs_increament_ref_count()304 bs_req->vdev_id, bs_req->source, ref_count, in ll_lt_sap_bs_increament_ref_count()322 uint32_t ref_count; in ll_lt_sap_bs_decreament_ref_count() local338 ref_count = qdf_atomic_dec_return(&bs_ctx->fw_ref_count); in ll_lt_sap_bs_decreament_ref_count()340 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source])) { in ll_lt_sap_bs_decreament_ref_count()347 ref_count = qdf_atomic_dec_return( in ll_lt_sap_bs_decreament_ref_count()348 &bs_ctx->ref_count[bs_req->vdev_id][bs_req->source]); in ll_lt_sap_bs_decreament_ref_count()[all …]
105 qdf_atomic_t ref_count[WLAN_UMAC_PSOC_MAX_VDEVS][BEARER_SWITCH_REQ_MAX]; member
119 qdf_atomic_init(&bs_ctx->ref_count[i][j]); in ll_lt_sap_init()
1481 qdf_atomic_inc(&be_soc->bank_profiles[bid].ref_count); in dp_tx_init_ipa_bank_profile()1514 qdf_atomic_init(&be_soc->bank_profiles[i].ref_count); in dp_tx_init_bank_profiles()1604 !qdf_atomic_read(&be_soc->bank_profiles[i].ref_count)) in dp_tx_get_bank_profile()1635 qdf_atomic_inc(&be_soc->bank_profiles[bank_id].ref_count); in dp_tx_get_bank_profile()1641 qdf_atomic_read(&be_soc->bank_profiles[bank_id].ref_count)); in dp_tx_get_bank_profile()1663 qdf_atomic_dec(&be_soc->bank_profiles[be_vdev->bank_id].ref_count); in dp_tx_put_bank_profile()
223 qdf_atomic_t ref_count; member
150 qdf_atomic_inc(&soc->ref_count); in dp_mlo_get_soc_ref_by_chip_id()989 qdf_atomic_dec(&link_peer_soc->ref_count); in dp_mlo_link_peer_hash_find_by_chip_id()
1785 int32_t ref_count; member3210 qdf_atomic_t ref_count; member
5479 vdev_evt->ref_count = qdf_atomic_read(&vdev->ref_cnt); in dp_cfg_event_record_vdev_evt()