Home
last modified time | relevance | path

Searched refs:TIMER_RUNNING (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/802/
Dllc_utility.c233 lp->timer_state[t] = TIMER_RUNNING; in llc_start_timer()
239 if (lp->timer_state[t] == TIMER_RUNNING) in llc_stop_timer()
Dcl2llc.c383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING) in llc_interpret_pseudo_code()
Dcl2llc.pre383 if(lp->timer_state[P_TIMER] == TIMER_RUNNING)
/linux-2.4.37.9/include/net/
Dllc.h54 #define TIMER_RUNNING 1 macro