Home
last modified time | relevance | path

Searched refs:ctm_total (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dcontract_impl.h254 long ctm_total; /* Total time allowed for event */ member
/titanic_44/usr/src/uts/common/os/
H A Dcontract.c317 ct->ct_ntime.ctm_total = -1; in contract_ctor()
318 ct->ct_qtime.ctm_total = -1; in contract_ctor()
948 if (t->ctm_total == -1) in get_time_left()
952 secs_elapsed = t->ctm_total - (drv_hztousec(ticks_elapsed)/MICROSEC); in get_time_left()
/titanic_44/usr/src/uts/common/contract/
H A Ddevice.c1297 ctd->cond_contract.ct_ntime.ctm_total = CT_DEV_ACKTIME; in contract_device_create()
1298 ctd->cond_contract.ct_qtime.ctm_total = CT_DEV_ACKTIME; in contract_device_create()