Searched refs:n_active (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/trace/events/
H A Dfscache.h285 int n_active,
289 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why),
294 __field(int, n_active )
302 __entry->n_active = n_active;
312 __entry->n_active)
439 __field(int, n_active )
448 __entry->n_active = atomic_read(&cookie->n_active);
455 __entry->n_active, __entr
[all...]
/linux-master/fs/netfs/
H A Dfscache_cookie.c43 atomic_read(&cookie->n_active),
573 int n_active; local
583 n_active = atomic_inc_return(&cookie->n_active);
585 n_active, atomic_read(&cookie->n_accesses),
677 c = atomic_fetch_add_unless(&cookie->n_active, -1, 1);
686 c = atomic_dec_return(&cookie->n_active);
863 atomic_read(&cookie->n_active) > 0) {
975 cookie->debug_id, atomic_read(&cookie->n_active), retire);
985 ASSERTCMP(atomic_read(&cookie->n_active),
[all...]
/linux-master/arch/x86/events/
H A Drapl.c107 int n_active; member in struct:rapl_pmu
218 if (!pmu->n_active)
253 pmu->n_active++;
254 if (pmu->n_active == 1)
278 WARN_ON_ONCE(pmu->n_active <= 0);
279 pmu->n_active--;
280 if (pmu->n_active == 0)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c194 unsigned int n_active = 0; local
203 n_active++;
206 return n_active;
248 unsigned int n_active = iwl_mvm_mld_count_active_links(vif); local
255 n_active++;
274 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) {
419 unsigned int n_active = iwl_mvm_mld_count_active_links(vif); local
441 if (iwl_mvm_is_esr_supported(mvm->fwrt.trans) && n_active > 1) {
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.h135 uint32_t n_active; /* No. of IOs in active_q */ member in struct:csio_scsi_stats
H A Dcsio_scsi.c726 CSIO_INC_STATS(scsim, n_active);
781 CSIO_DEC_STATS(scm, n_active);
834 CSIO_DEC_STATS(scm, n_active);
957 CSIO_DEC_STATS(scm, n_active);
964 CSIO_DEC_STATS(scm, n_active);
1028 CSIO_DEC_STATS(scm, n_active);
1038 CSIO_DEC_STATS(scm, n_active);
1828 scsim->stats.n_active);
2115 scsim->stats.n_active);
H A Dcsio_hw.h220 uint32_t n_active; /* Count of active_q */ member in struct:csio_mgmtm_stats
H A Dcsio_lnode.c1466 mgmtm->stats.n_active--;
1824 mgmtm->stats.n_active++;
H A Dcsio_hw.c4164 mgmtm->stats.n_active--;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c361 int n_active = 0; local
394 limits[n_active++] = ctx->beacon_int ?: IWL_PASSIVE_DWELL_BASE;
397 switch (n_active) {
407 limit /= n_active;
/linux-master/arch/x86/events/intel/
H A Duncore.c308 if (!box->n_active || box->cpu != smp_processor_id())
525 if (box->n_active++ == 0)
535 box->n_active++;
541 if (box->n_active == 1)
553 if (--box->n_active == 0)
561 box->n_active--;
566 if (box->n_active == 0)
H A Duncore.h140 int n_active; /* number of active events */ member in struct:intel_uncore_box
/linux-master/include/linux/
H A Dfscache.h104 atomic_t n_active; /* number of active users of cookie */ member in struct:fscache_cookie
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c253 u8 n_active = 0; local
299 n_active++;
304 if (n_active <= 1) {

Completed in 598 milliseconds