Searched refs:TIMER_RUNNING (Results 1 – 4 of 4) sorted by relevance
233 lp->timer_state[t] = TIMER_RUNNING; in llc_start_timer()239 if (lp->timer_state[t] == TIMER_RUNNING) in llc_stop_timer()
383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING) in llc_interpret_pseudo_code()
383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING)
54 #define TIMER_RUNNING 1 macro