Searched refs:c_time (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/amd/amd/
H A Dclock.c64 time_t c_time; /* Time of call */ member in struct:callout
132 cpnew->c_time = t;
142 if (cp2->c_time >= t)
184 if (cp->c_time >= now && cp->c_time <= then) {
187 cp->c_id, (long) (cp->c_time - now));
188 next_softclock = cp->c_time = now;
212 while ((cp = callouts.c_next) && cp->c_time <= now) {
238 return cp->c_time - now;
/freebsd-12-stable/sys/sys/
H A D_callout.h59 sbintime_t c_time; /* ticks to the event */ member in struct:callout
/freebsd-12-stable/stand/libsa/
H A Ddosfs.h64 u_char c_time[2]; /* created: time */ member in struct:__anon9243
/freebsd-12-stable/sys/kern/
H A Dkern_timeout.c491 if (tmp->c_time <= now) {
522 if (tmp->c_time >= max)
528 if (tmp->c_time > last) {
533 if (tmp->c_time < first)
534 first = tmp->c_time;
535 tmp_max = tmp->c_time + tmp->c_precision;
608 c->c_time = sbt;
610 bucket = callout_get_bucket(c->c_time);
622 if (SBT_MAX - c->c_time < c->c_precision)
623 c->c_precision = SBT_MAX - c->c_time;
[all...]
/freebsd-12-stable/contrib/ntp/libparse/
H A Dparsesolaris.c646 timestamp_t c_time; local
653 c_time.tv.tv_sec = hres_time.tv_sec;
654 c_time.tv.tv_usec = hres_time.tv_nsec / 1000;
677 if (ch != ~0 && parse_ioread(&parse->parse_io, (unsigned int)ch, &c_time))
698 if (parse_ioread(&parse->parse_io, (unsigned int)0, &c_time))
728 timestamp_t c_time; local
734 c_time.tv.tv_sec = hres_time.tv_sec;
735 c_time.tv.tv_usec = hres_time.tv_nsec / 1000;
740 parse_iopps(&parse->parse_io, status ? SYNC_ONE : SYNC_ZERO, &c_time))
764 parse->parse_ppsclockev.tv = c_time
[all...]
/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c2057 db_printf(" c_time: %ju\n", (uintmax_t)sc->poll_timer.c_time);
/freebsd-12-stable/sys/netinet/
H A Dtcp_subr.c3266 xt->ttt = (tp->t_timers->ttt.c_time - now) / \

Completed in 104 milliseconds