Lines Matching defs:to
4 * The contents of this file are subject to the terms of the
101 * Check if this is in the to-be run list
133 * Check if this is in the to-be scheduled list
304 timestruc_t to;
316 to.tv_sec = tim.tv_sec + (delta / NANOSEC);
317 to.tv_nsec = (hrtime_t)(tim.tv_usec * MILLISEC) +
319 if (to.tv_nsec > NANOSEC) {
320 to.tv_sec += (to.tv_nsec / NANOSEC);
321 to.tv_nsec %= NANOSEC;
324 &timeout_mutex, &to);
327 * or a new element was added and we need to reset the time