Home
last modified time | relevance | path

Searched refs:cc_active (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/
H A Dmyrs.h306 unsigned short cc_active; /* Bytes 406-407 */ member
433 unsigned char cc_active:1; /* Byte 9 Bit 0 */ member
H A Dmyrs.c199 cs->ctlr_info->cc_active + in myrs_get_ctlr_info()
1200 if (ldev_info->cc_active) in consistency_check_show()
1239 if (check && ldev_info->cc_active) { in consistency_check_store()
1245 if (!check && !ldev_info->cc_active) { in consistency_check_store()
2139 info->cc_active + in myrs_monitor()
/linux/drivers/perf/
H A Darm-cmn.c320 bool cc_active; member
1578 dtc->cc_active = true; in arm_cmn_event_start()
1609 dtc->cc_active = false; in arm_cmn_event_stop()
2071 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) { in arm_cmn_handle_irq()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c904 state->cc_active += ktime_to_us(ktime_sub(time, in mt76_update_survey_active_time()
1033 survey->time = div_u64(state->cc_active, 1000); in mt76_get_survey()
H A Dmt76.h534 u64 cc_active; member