/openbmc/linux/include/trace/events/ |
H A D | fscache.h | 289 int n_active, 293 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why), 298 __field(int, n_active ) 306 __entry->n_active = n_active; 316 __entry->n_active) 443 __field(int, n_active ) 452 __entry->n_active = atomic_read(&cookie->n_active); 459 __entry->n_active, __entry->flags, __entry->retire)
|
/openbmc/linux/fs/fscache/ |
H A D | cookie.c | 43 atomic_read(&cookie->n_active), in fscache_print_cookie() 573 int n_active; in __fscache_use_cookie() local 583 n_active = atomic_inc_return(&cookie->n_active); in __fscache_use_cookie() 585 n_active, atomic_read(&cookie->n_accesses), in __fscache_use_cookie() 677 c = atomic_fetch_add_unless(&cookie->n_active, -1, 1); in __fscache_unuse_cookie() 686 c = atomic_dec_return(&cookie->n_active); in __fscache_unuse_cookie() 867 atomic_read(&cookie->n_active) > 0) { in fscache_cookie_lru_do_one() 979 cookie->debug_id, atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie() 989 ASSERTCMP(atomic_read(&cookie->n_active), ==, 0); in __fscache_relinquish_cookie() 1132 atomic_read(&cookie->n_active), in fscache_cookies_seq_show()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 199 unsigned int n_active = 0; in iwl_mvm_mld_count_active_links() local 208 n_active++; in iwl_mvm_mld_count_active_links() 211 return n_active; in iwl_mvm_mld_count_active_links() 253 unsigned int n_active = iwl_mvm_mld_count_active_links(vif); in __iwl_mvm_mld_assign_vif_chanctx() local 260 n_active++; in __iwl_mvm_mld_assign_vif_chanctx() 262 if (n_active > iwl_mvm_max_active_links(mvm, vif)) in __iwl_mvm_mld_assign_vif_chanctx() 282 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_assign_vif_chanctx() 422 unsigned int n_active = iwl_mvm_mld_count_active_links(vif); in __iwl_mvm_mld_unassign_vif_chanctx() local 444 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) { in __iwl_mvm_mld_unassign_vif_chanctx() 989 unsigned int n_active = iwl_mvm_mld_count_active_links(vif); in iwl_mvm_mld_change_vif_links() local [all …]
|
/openbmc/linux/arch/x86/events/ |
H A D | rapl.c | 107 int n_active; member 222 if (!pmu->n_active) in rapl_hrtimer_handle() 257 pmu->n_active++; in __rapl_pmu_event_start() 258 if (pmu->n_active == 1) in __rapl_pmu_event_start() 282 WARN_ON_ONCE(pmu->n_active <= 0); in rapl_pmu_event_stop() 283 pmu->n_active--; in rapl_pmu_event_stop() 284 if (pmu->n_active == 0) in rapl_pmu_event_stop()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | scan.c | 361 int n_active = 0; in iwl_limit_dwell() local 394 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()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 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()
|
H A D | csio_scsi.h | 135 uint32_t n_active; /* No. of IOs in active_q */ member
|
H A D | csio_hw.h | 220 uint32_t n_active; /* Count of active_q */ member
|
H A D | csio_lnode.c | 1466 mgmtm->stats.n_active--; in csio_ln_mgmt_wr_handler() 1824 mgmtm->stats.n_active++; in csio_ln_mgmt_submit_req()
|
H A D | csio_hw.c | 4164 mgmtm->stats.n_active--; in csio_mgmtm_cleanup()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore.c | 308 if (!box->n_active || box->cpu != smp_processor_id()) in uncore_pmu_hrtimer() 525 if (box->n_active++ == 0) in uncore_pmu_event_start() 535 box->n_active++; in uncore_pmu_event_start() 541 if (box->n_active == 1) in uncore_pmu_event_start() 553 if (--box->n_active == 0) in uncore_pmu_event_stop() 561 box->n_active--; in uncore_pmu_event_stop() 566 if (box->n_active == 0) in uncore_pmu_event_stop()
|
H A D | uncore.h | 140 int n_active; /* number of active events */ member
|
/openbmc/linux/include/linux/ |
H A D | fscache.h | 104 atomic_t n_active; /* number of active users of cookie */ member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 253 u8 n_active = 0; in ath_chanctx_check_active() local 299 n_active++; in ath_chanctx_check_active() 304 if (n_active <= 1) { in ath_chanctx_check_active()
|