HomeSort by: relevance | last modified time | path
    Searched refs:timespecadd (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/usr.sbin/rtadvd/
timer.c 106 timespecadd(&now, tm, &timer->tm);
139 timespecadd(&tm->tm, &now, &tm->tm);
  /src/tests/kernel/
t_nanosleep.c 74 timespecadd(&to_sleep, &before, &after);
110 timespecadd(&before, &to_sleep, &before);
  /src/sys/kern/
kern_time.c 935 timespecadd(&it->it_time.it_value,
1007 timespecadd(&aits->it_value,
1123 timespecadd(&ts, &itn->it_time.it_value, &ts);
1128 timespecadd(&ts, &itn->it_time.it_value,
1137 timespecadd(&ts, &itn->it_time.it_value, &ts);
1142 timespecadd(&ts, &itn->it_time.it_value,
1335 timespecadd(&it->it_time.it_value,
1434 timespecadd(&it->it_time.it_value, &now,
1719 timespecadd(&it->it_time.it_value, &now,
1728 timespecadd(&it->it_time.it_value, &now
    [all...]
subr_time.c 130 timespecadd(ts, sleepts, ts);
subr_time_arith.c 226 * is OK to do timespecadd(tsp, usp, ...).
249 * overflows TIME_MIN because timespecadd adds the carry after
321 * timespecadd, so to avoid overflow it is not enough
521 timespecadd(&it->it_value, &it->it_interval, next);
sys_timerfd.c 643 timespecadd(&it->it_time.it_value, &now,
kern_tc.c 1375 timespecadd(tsp, osp, tsp);
  /src/bin/sleep/
sleep.c 180 timespecadd(&now, &ntime, &endtime);
  /src/sys/external/bsd/drm2/include/linux/
ktime.h 190 timespecadd(&ts, &bts, &ts);
  /src/tests/lib/libc/sys/
t_timer_create.c 132 timespecadd(&t0, &tim.it_value, &tim.it_value);
165 * to timespecadd because it's a macro and the brilliant C
170 timespecadd(&rtim.it_value, (&(const struct timespec){2, 0}),
t_timerfd.c 267 timespecadd(&then, &its.it_value, &its.it_value);
396 timespecadd(&then, &delta, &its.it_value);
399 timespecadd(&delta, (&(const struct timespec){2, 0}), /* tick slop */
  /src/lib/libperfuse/
debug.c 232 timespecadd(&ts_total[pt->pt_opcode],
  /src/regress/sys/kern/allocfree/
allocfree.c 170 timespecadd(&e, &t, &t);
  /src/sys/rump/librump/rumpkern/
emul.c 237 timespecadd(&target, &tmp, &target);
intr.c 134 timespecadd(&curclock, &thetick, &curclock);
  /src/sbin/ping/
ping.c 224 static void timespecadd(struct timespec *, struct timespec *);
1004 timespecadd(&next_tx, &interval_tv, &next_tx);
1009 timespecadd(&next_tx, &interval_tv, &next_tx);
1358 timespecadd(struct timespec *t1,
  /src/sys/sys/
time.h 249 #define timespecadd(tsp, usp, vsp) \ macro
  /src/lib/libisns/
isns_task.c 96 timespecadd(&ts_abstime, timeout_p, &ts_abstime);
  /src/share/man/man3/
Makefile 254 timeradd.3 timespecadd.3 \
  /src/tests/lib/libpthread/
t_mutex.c 34 #include <sys/time.h> /* For timespecadd */
70 timespecadd(&ts_wait, ts, &ts_wait);
  /src/sys/arch/sh3/dev/
sci.c 1174 timespecadd(&sc->ppsinfo.assert_timestamp,
1195 timespecadd(&sc->ppsinfo.clear_timestamp,
scif.c 1303 timespecadd(&sc->ppsinfo.assert_timestamp,
1324 timespecadd(&sc->ppsinfo.clear_timestamp,
  /src/sys/compat/netbsd32/
netbsd32_socket.c 286 timespecadd(&now, &ts, &ts);
  /src/sbin/ifconfig/
ifconfig.c 545 timespecadd(&now, &tent, &end);
547 timespecadd(&now, &det, &end_det);
  /src/sys/arch/arm/s3c2xx0/
sscom.c 1658 timespecadd(&sc->ppsinfo.assert_timestamp,
1676 timespecadd(&sc->ppsinfo.clear_timestamp,

Completed in 37 milliseconds

1 2