Lines Matching refs:tsr
187 int tsr ;
241 tsr = smt_get_time() - smc->srf.TSR ;
246 if (cond_asserted && tsr < T_Limit) {
252 if (cond_deasserted && tsr < T_Limit) {
257 if (event_occurred && tsr < T_Limit) {
262 if (cond_asserted && tsr >= T_Limit) {
269 if (cond_deasserted && tsr >= T_Limit) {
275 if (event_occurred && tsr >= T_Limit) {
281 if (smc->srf.any_report && (u_long) tsr >=
298 if (tsr >= T_Limit) {