Searched refs:n_active (Results 1 – 11 of 11) sorted by relevance
61 int n_active = 0; in iwl_mld_count_active_links() local65 n_active++; in iwl_mld_count_active_links()68 return n_active; in iwl_mld_count_active_links()
983 unsigned int n_active = iwl_mld_count_active_links(mld, vif); in iwl_mld_assign_vif_chanctx() local993 n_active++; in iwl_mld_assign_vif_chanctx()1015 if (n_active > 1) { in iwl_mld_assign_vif_chanctx()1084 unsigned int n_active = iwl_mld_count_active_links(mld, vif); in iwl_mld_unassign_vif_chanctx() local1098 if (n_active > 1) { in iwl_mld_unassign_vif_chanctx()
189 unsigned int n_active = 0; in iwl_mvm_mld_count_active_links() local194 n_active++; in iwl_mvm_mld_count_active_links()197 return n_active; in iwl_mvm_mld_count_active_links()249 unsigned int n_active = iwl_mvm_mld_count_active_links(mvmvif); in __iwl_mvm_mld_assign_vif_chanctx() local258 n_active++; in __iwl_mvm_mld_assign_vif_chanctx()274 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_assign_vif_chanctx()419 unsigned int n_active = iwl_mvm_mld_count_active_links(mvmvif); in __iwl_mvm_mld_unassign_vif_chanctx() local441 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_unassign_vif_chanctx()
726 CSIO_INC_STATS(scsim, n_active); in csio_scsis_uninit()781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active()957 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting()964 CSIO_DEC_STATS(scm, n_active); in csio_scsis_aborting()1028 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing()1038 CSIO_DEC_STATS(scm, n_active); in csio_scsis_closing()1828 scsim->stats.n_active); in csio_queuecommand()2115 scsim->stats.n_active); in csio_eh_lun_reset_handler()
135 uint32_t n_active; /* No. of IOs in active_q */ member
220 uint32_t n_active; /* Count of active_q */ member
1466 mgmtm->stats.n_active--; in csio_ln_mgmt_wr_handler()1824 mgmtm->stats.n_active++; in csio_ln_mgmt_submit_req()
4164 mgmtm->stats.n_active--; in csio_mgmtm_cleanup()
361 int n_active = 0; in iwl_limit_dwell() local394 limits[n_active++] = ctx->beacon_int ?: IWL_PASSIVE_DWELL_BASE; in iwl_limit_dwell()397 switch (n_active) { in iwl_limit_dwell()407 limit /= n_active; in iwl_limit_dwell()
1660 if (++data->n_active == 1) in __rapl_pmu_event_start()1723 WARN_ON_ONCE(data->n_active <= 0); in rapl_pmu_event_stop()1724 if (--data->n_active == 0) in rapl_pmu_event_stop()1846 if (!data->n_active) in rapl_hrtimer_handle()
248 u8 n_active = 0; in ath_chanctx_check_active() local294 n_active++; in ath_chanctx_check_active()299 if (n_active <= 1) { in ath_chanctx_check_active()
Completed in 39 milliseconds