n_active          116 arch/x86/events/intel/rapl.c 	int			n_active;
n_active          223 arch/x86/events/intel/rapl.c 	if (!pmu->n_active)
n_active          258 arch/x86/events/intel/rapl.c 	pmu->n_active++;
n_active          259 arch/x86/events/intel/rapl.c 	if (pmu->n_active == 1)
n_active          283 arch/x86/events/intel/rapl.c 		WARN_ON_ONCE(pmu->n_active <= 0);
n_active          284 arch/x86/events/intel/rapl.c 		pmu->n_active--;
n_active          285 arch/x86/events/intel/rapl.c 		if (pmu->n_active == 0)
n_active          271 arch/x86/events/intel/uncore.c 	if (!box->n_active || box->cpu != smp_processor_id())
n_active          489 arch/x86/events/intel/uncore.c 		if (box->n_active++ == 0)
n_active          499 arch/x86/events/intel/uncore.c 	box->n_active++;
n_active          505 arch/x86/events/intel/uncore.c 	if (box->n_active == 1)
n_active          517 arch/x86/events/intel/uncore.c 		if (--box->n_active == 0)
n_active          525 arch/x86/events/intel/uncore.c 		box->n_active--;
n_active          530 arch/x86/events/intel/uncore.c 		if (box->n_active == 0)
n_active          116 arch/x86/events/intel/uncore.h 	int n_active;	/* number of active events */
n_active          253 drivers/net/wireless/ath/ath9k/channel.c 	u8 n_active = 0;
n_active          299 drivers/net/wireless/ath/ath9k/channel.c 		n_active++;
n_active          304 drivers/net/wireless/ath/ath9k/channel.c 	if (n_active <= 1) {
n_active          366 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 	int n_active = 0;
n_active          399 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 		limits[n_active++] = ctx->beacon_int ?: IWL_PASSIVE_DWELL_BASE;
n_active          402 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 	switch (n_active) {
n_active          412 drivers/net/wireless/intel/iwlwifi/dvm/scan.c 		limit /= n_active;
n_active         4164 drivers/scsi/csiostor/csio_hw.c 		mgmtm->stats.n_active--;
n_active          220 drivers/scsi/csiostor/csio_hw.h 	uint32_t	n_active;		/* Count of active_q */
n_active         1467 drivers/scsi/csiostor/csio_lnode.c 	mgmtm->stats.n_active--;
n_active         1825 drivers/scsi/csiostor/csio_lnode.c 		mgmtm->stats.n_active++;
n_active          726 drivers/scsi/csiostor/csio_scsi.c 			CSIO_INC_STATS(scsim, n_active);
n_active          781 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active          834 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active          957 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active          964 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active         1028 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active         1038 drivers/scsi/csiostor/csio_scsi.c 		CSIO_DEC_STATS(scm, n_active);
n_active         1824 drivers/scsi/csiostor/csio_scsi.c 			 scsim->stats.n_active);
n_active         2111 drivers/scsi/csiostor/csio_scsi.c 			 scsim->stats.n_active);
n_active          135 drivers/scsi/csiostor/csio_scsi.h 	uint32_t		n_active;	/* No. of IOs in active_q */
n_active           39 fs/fscache/cookie.c 	       atomic_read(&cookie->n_active));
n_active          170 fs/fscache/cookie.c 	atomic_set(&cookie->n_active, 1);
n_active          720 fs/fscache/cookie.c 	ASSERTCMP(atomic_read(&cookie->n_active), >, 0);
n_active          764 fs/fscache/cookie.c 	if (!atomic_dec_and_test(&cookie->n_active)) {
n_active          765 fs/fscache/cookie.c 		wait_var_event(&cookie->n_active,
n_active          766 fs/fscache/cookie.c 			       !atomic_read(&cookie->n_active));
n_active          775 fs/fscache/cookie.c 		atomic_inc(&cookie->n_active);
n_active          808 fs/fscache/cookie.c 	       atomic_read(&cookie->n_active), retire);
n_active           49 fs/fscache/fsdef.c 	.n_active	= ATOMIC_INIT(1),
n_active          486 include/linux/fscache-cache.h 	atomic_inc(&cookie->n_active);
n_active          499 include/linux/fscache-cache.h 	return atomic_inc_not_zero(&cookie->n_active) != 0;
n_active          504 include/linux/fscache-cache.h 	return atomic_dec_and_test(&cookie->n_active);
n_active          509 include/linux/fscache-cache.h 	wake_up_var(&cookie->n_active);
n_active          136 include/linux/fscache.h 	atomic_t			n_active;	/* number of active users of netfs ptrs */
n_active          175 include/trace/events/fscache.h 		    __field(int,			n_active	)
n_active          185 include/trace/events/fscache.h 		    __entry->n_active	= atomic_read(&cookie->n_active);
n_active          192 include/trace/events/fscache.h 		      __entry->parent, __entry->n_children, __entry->n_active,
n_active          255 include/trace/events/fscache.h 		    __field(int,			n_active	)
n_active          265 include/trace/events/fscache.h 		    __entry->n_active	= atomic_read(&cookie->n_active);
n_active          272 include/trace/events/fscache.h 		      __entry->parent, __entry->n_children, __entry->n_active,
n_active          285 include/trace/events/fscache.h 		    __field(int,			n_active	)
n_active          293 include/trace/events/fscache.h 		    __entry->n_active	= atomic_read(&cookie->n_active);
n_active          299 include/trace/events/fscache.h 		      __entry->n_children, __entry->n_active, __entry->flags)
n_active          311 include/trace/events/fscache.h 		    __field(int,			n_active	)
n_active          319 include/trace/events/fscache.h 		    __entry->n_active	= atomic_read(&cookie->n_active);
n_active          325 include/trace/events/fscache.h 		      __entry->n_children, __entry->n_active, __entry->flags)