Searched refs:n_active (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | fscache.h | 179 __field(int, n_active ) 189 __entry->n_active = atomic_read(&cookie->n_active); 196 __entry->parent, __entry->n_children, __entry->n_active, 259 __field(int, n_active ) 269 __entry->n_active = atomic_read(&cookie->n_active); 276 __entry->parent, __entry->n_children, __entry->n_active, 289 __field(int, n_active ) 297 __entry->n_active = atomic_read(&cookie->n_active); 303 __entry->n_children, __entry->n_active, __entry->flags) 315 __field(int, n_active ) [all …]
|
/Linux-v4.19/include/linux/ |
D | fscache-cache.h | 491 atomic_inc(&cookie->n_active); in __fscache_use_cookie() 504 return atomic_inc_not_zero(&cookie->n_active) != 0; in fscache_use_cookie() 509 return atomic_dec_and_test(&cookie->n_active); in __fscache_unuse_cookie() 514 wake_up_var(&cookie->n_active); in __fscache_wake_unused_cookie()
|
D | fscache.h | 140 atomic_t n_active; /* number of active users of netfs ptrs */ member
|
/Linux-v4.19/arch/x86/events/intel/ |
D | rapl.c | 141 int n_active; member 242 if (!pmu->n_active) in rapl_hrtimer_handle() 277 pmu->n_active++; in __rapl_pmu_event_start() 278 if (pmu->n_active == 1) in __rapl_pmu_event_start() 302 WARN_ON_ONCE(pmu->n_active <= 0); in rapl_pmu_event_stop() 303 pmu->n_active--; in rapl_pmu_event_stop() 304 if (pmu->n_active == 0) in rapl_pmu_event_stop()
|
D | uncore.c | 254 if (!box->n_active || box->cpu != smp_processor_id()) in uncore_pmu_hrtimer() 472 if (box->n_active++ == 0) in uncore_pmu_event_start() 482 box->n_active++; in uncore_pmu_event_start() 488 if (box->n_active == 1) { in uncore_pmu_event_start() 502 if (--box->n_active == 0) in uncore_pmu_event_stop() 510 box->n_active--; in uncore_pmu_event_stop() 515 if (box->n_active == 0) { in uncore_pmu_event_stop()
|
D | uncore.h | 112 int n_active; /* number of active events */ member
|
/Linux-v4.19/fs/fscache/ |
D | cookie.c | 43 atomic_read(&cookie->n_active)); in fscache_print_cookie() 174 atomic_set(&cookie->n_active, 1); in fscache_alloc_cookie() 724 ASSERTCMP(atomic_read(&cookie->n_active), >, 0); in __fscache_disable_cookie() 768 if (!atomic_dec_and_test(&cookie->n_active)) { in __fscache_disable_cookie() 769 wait_var_event(&cookie->n_active, in __fscache_disable_cookie() 770 !atomic_read(&cookie->n_active)); in __fscache_disable_cookie() 779 atomic_inc(&cookie->n_active); in __fscache_disable_cookie() 812 atomic_read(&cookie->n_active), retire); in __fscache_relinquish_cookie()
|
D | fsdef.c | 53 .n_active = ATOMIC_INIT(1),
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | scan.c | 383 int n_active = 0; in iwl_limit_dwell() local 416 limits[n_active++] = ctx->beacon_int ?: IWL_PASSIVE_DWELL_BASE; in iwl_limit_dwell() 419 switch (n_active) { in iwl_limit_dwell() 429 limit /= n_active; in iwl_limit_dwell()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
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() 1827 scsim->stats.n_active); in csio_queuecommand() 2114 scsim->stats.n_active); in csio_eh_lun_reset_handler()
|
D | csio_scsi.h | 135 uint32_t n_active; /* No. of IOs in active_q */ member
|
D | csio_hw.h | 220 uint32_t n_active; /* Count of active_q */ member
|
D | csio_lnode.c | 1464 mgmtm->stats.n_active--; in csio_ln_mgmt_wr_handler() 1822 mgmtm->stats.n_active++; in csio_ln_mgmt_submit_req()
|
D | csio_hw.c | 4164 mgmtm->stats.n_active--; in csio_mgmtm_cleanup()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
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()
|