Searched refs:NOT_UNTIL (Results 1 – 2 of 2) sorted by relevance
254 e->flags &= ~NOT_UNTIL; in cron_tick()269 e->flags |= NOT_UNTIL; in cron_tick()284 e->flags &= ~(RUN_AT|NOT_UNTIL); in cron_tick()315 if ( diff != 0 && (e->flags & (RUN_AT|NOT_UNTIL)) ) { in cron_tick()331 e->flags &= ~NOT_UNTIL; in cron_tick()332 } else if ( e->flags & NOT_UNTIL ) in cron_tick()463 e->flags &= ~(RUN_AT|NOT_UNTIL);
183 #define NOT_UNTIL 0x10 macro