to_time 167 kern/kern_timeout.c old_time = new->to_time;
to_time 168 kern/kern_timeout.c new->to_time = to_ticks + ticks;
to_time 177 kern/kern_timeout.c if (new->to_time - ticks < old_time - ticks) {
to_time 242 kern/kern_timeout.c if (to->to_time - ticks > 0) {
to_time 244 kern/kern_timeout.c &BUCKET((to->to_time - ticks), to->to_time));
to_time 247 kern/kern_timeout.c if (to->to_time - ticks < 0)
to_time 248 kern/kern_timeout.c printf("timeout delayed %d\n", to->to_time -
to_time 280 kern/kern_timeout.c db_printf("%9d %2d/%-4d %8x %s\n", to->to_time - ticks,
to_time 63 sys/timeout.h int to_time; /* ticks on event */