Lines Matching refs:this_due
497 long this_due; in check_due_timer() local
515 this_due = proftime_time_left(&timer->tr_due, &now); in check_due_timer()
516 if (this_due <= 1) in check_due_timer()
580 this_due = proftime_time_left(&timer->tr_due, &now); in check_due_timer()
581 if (this_due < 1) in check_due_timer()
582 this_due = 1; in check_due_timer()
588 this_due = -1; in check_due_timer()
593 if (this_due > 0 && (next_due == -1 || next_due > this_due)) in check_due_timer()
594 next_due = this_due; in check_due_timer()
603 this_due = proftime_time_left(&bevalexpr_due, &now); in check_due_timer()
604 if (this_due <= 1) in check_due_timer()
619 else if (next_due == -1 || next_due > this_due) in check_due_timer()
620 next_due = this_due; in check_due_timer()