Symbol: CLOCK_MONOTONIC
bin/dd/dd.c
255
if (clock_gettime(CLOCK_MONOTONIC, &st.start))
bin/dd/misc.c
59
if (clock_gettime(CLOCK_MONOTONIC, &end))
bin/dd/misc.c
61
if (clock_getres(CLOCK_MONOTONIC, &ts_res))
crypto/libressl/apps/openssl/apps_posix.c
142
clock_gettime(CLOCK_MONOTONIC, &now);
crypto/openssh/misc.c
1706
defined(CLOCK_MONOTONIC) || defined(CLOCK_REALTIME))
crypto/openssh/misc.c
1714
# ifdef CLOCK_MONOTONIC
crypto/openssh/misc.c
1715
if (clock_gettime(CLOCK_MONOTONIC, ts) == 0)
games/tetris/input.c
76
clock_gettime(CLOCK_MONOTONIC, &start);
games/tetris/input.c
91
clock_gettime(CLOCK_MONOTONIC, &end);
lib/libc/gen/times.c
60
if (clock_gettime(CLOCK_MONOTONIC, &t))
lib/libc/isc/ev_timers.c
120
#ifdef CLOCK_MONOTONIC
lib/libc/isc/ev_timers.c
122
m = CLOCK_MONOTONIC;
lib/libthread_xu/thread/thr_condattr.c
89
clock_id != CLOCK_MONOTONIC) {
lib/libusb/libusb10.c
152
if (pthread_condattr_setclock(&attr, CLOCK_MONOTONIC) != 0) {
lib/libusb/libusb10_io.c
315
err = clock_gettime(CLOCK_MONOTONIC, &ts);
libexec/bootpd/rtmsg.c
138
clock_gettime(CLOCK_MONOTONIC, &tp);
sbin/route/route.c
1691
clock_gettime(CLOCK_MONOTONIC, &sp);
sys/dev/drm/amd/amdgpu/dce_virtual.c
727
CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/drm/i915/i915_perf.c
3493
CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/drm/i915/i915_pmu.c
1061
hrtimer_init(&i915->pmu.timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/drm/i915/intel_uncore.c
1371
hrtimer_init(&d->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
sys/dev/drm/linux_hrtimer.c
74
BUG_ON(clock_id != CLOCK_MONOTONIC);
sys/dev/misc/evdev/cdev.c
505
case CLOCK_MONOTONIC:
sys/kern/kern_time.c
220
case CLOCK_MONOTONIC:
sys/kern/kern_time.c
325
case CLOCK_MONOTONIC:
sys/kern/kern_time.c
472
case CLOCK_MONOTONIC:
test/socket/accept/block/accept_block.c
110
clock_gettime(CLOCK_MONOTONIC, &stime);
test/socket/accept/block/accept_block.c
119
clock_gettime(CLOCK_MONOTONIC, &etime);
test/socket/accept4/block/accept4_block.c
123
clock_gettime(CLOCK_MONOTONIC, &stime);
test/socket/accept4/block/accept4_block.c
132
clock_gettime(CLOCK_MONOTONIC, &etime);
usr.bin/netstat/route.c
341
clock_gettime(CLOCK_MONOTONIC, &sp);
usr.bin/netstat/route.c
800
clock_gettime(CLOCK_MONOTONIC, &sp);
usr.bin/time/time.c
113
if (clock_gettime(CLOCK_MONOTONIC, &before_ts) == -1)
usr.bin/time/time.c
138
if (clock_gettime(CLOCK_MONOTONIC, &after) == -1)
usr.bin/time/time.c
144
if (clock_gettime(CLOCK_MONOTONIC, &after) == -1)
usr.sbin/arp/arp.c
298
clock_gettime(CLOCK_MONOTONIC, &sp);
usr.sbin/ndp/ndp.c
418
clock_gettime(CLOCK_MONOTONIC, &sp);
usr.sbin/ndp/ndp.c
665
clock_gettime(CLOCK_MONOTONIC, &sp);
usr.sbin/nscd/nscd.c
567
clock_gettime(CLOCK_MONOTONIC, &res);
usr.sbin/rarpd/rarpd.c
722
clock_gettime(CLOCK_MONOTONIC, &sp);