Searched refs:TF_TIMER (Results 1 – 2 of 2) sorted by relevance
126 SET((tp)->t_flags, TF_TIMER << (timer)); \132 CLR((tp)->t_flags, TF_TIMER << (timer)); \137 ISSET((tp)->t_flags, TF_TIMER << (timer))
107 #define TF_TIMER TF_TMR_REXMT /* used to shift with TCPT values */ macro