Lines Matching refs:tsr
182 int tsr ;
236 tsr = smt_get_time() - smc->srf.TSR ;
241 if (cond_asserted && tsr < T_Limit) {
247 if (cond_deasserted && tsr < T_Limit) {
252 if (event_occurred && tsr < T_Limit) {
257 if (cond_asserted && tsr >= T_Limit) {
264 if (cond_deasserted && tsr >= T_Limit) {
270 if (event_occurred && tsr >= T_Limit) {
276 if (smc->srf.any_report && (u_long) tsr >=
293 if (tsr >= T_Limit) {