Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/perf/
H A Darm-cmn.c312 bool cc_active; member
1503 cmn->dtc[i].cc_active = true; in arm_cmn_event_start()
1533 cmn->dtc[i].cc_active = false; in arm_cmn_event_stop()
1969 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) { in arm_cmn_handle_irq()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c883 state->cc_active += ktime_to_us(ktime_sub(time, in mt76_update_survey_active_time()
987 survey->time = div_u64(state->cc_active, 1000); in mt76_get_survey()
H A Dmt76.h483 u64 cc_active; member