Searched refs:transition_tmo (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c74 unsigned char transition_tmo; member in struct:alua_dh_data
549 if (!h->transition_tmo)
552 expiry = round_jiffies_up(jiffies + h->transition_tmo * HZ);
604 orig_transition_tmo = h->transition_tmo;
606 h->transition_tmo = h->buff[5];
608 h->transition_tmo = ALUA_FAILOVER_TIMEOUT;
610 if (wait_for_transition && (orig_transition_tmo != h->transition_tmo)) {
613 ALUA_DH_NAME, h->transition_tmo);
614 expiry = jiffies + h->transition_tmo * HZ;
/drivers/target/
H A Dtarget_core_alua.c1126 unsigned long transition_tmo; local
1128 transition_tmo = tg_pt_gp->tg_pt_gp_implicit_trans_secs * HZ;
1131 transition_tmo);

Completed in 834 milliseconds