Home
last modified time | relevance | path

Searched refs:clock_gettime (Results 1 – 25 of 49) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/config/
H A Duser-clock_gettime.m42 dnl # Check if librt is required for clock_gettime.
3 dnl # clock_gettime is generally available in libc on modern systems.
6 AC_CHECK_FUNC([clock_gettime], [], [
7 AC_CHECK_LIB([rt], [clock_gettime], [
9 AC_MSG_FAILURE([*** clock_gettime is missing in libc and librt])
/f-stack/freebsd/amd64/linux/
H A Dlinux_locore.asm39 .weak clock_gettime
40 .set clock_gettime, __vdso_clock_gettime define
H A Dlinux_vdso.lds.s63 clock_gettime;
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_alarm.c98 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_get_timeout_ns()
154 if (clock_gettime(CLOCK_TYPE_ID, &now) < 0) in eal_alarm_callback()
196 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_timer.c214 if (clock_gettime(CLOCK_MONOTONIC_RAW, &t_start) == 0) { in get_tsc_freq()
217 clock_gettime(CLOCK_MONOTONIC_RAW, &t_end); in get_tsc_freq()
H A Deal_alarm.c85 clock_gettime(CLOCK_TYPE_ID, &now) == 0 && in eal_alarm_callback()
133 clock_gettime(CLOCK_TYPE_ID, &now); in rte_eal_alarm_set()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c119 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in nstime_get()
128 clock_gettime(CLOCK_MONOTONIC, &ts); in nstime_get()
/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_cycles_32.h41 while (clock_gettime(CLOCK_MONOTONIC_RAW, &val) != 0) in __rte_rdtsc_syscall()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c202 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in ngx_monotonic_time()
205 clock_gettime(CLOCK_MONOTONIC_COARSE, &ts); in ngx_monotonic_time()
208 clock_gettime(CLOCK_MONOTONIC, &ts); in ngx_monotonic_time()
/f-stack/tools/ifconfig/
H A Daf_inet6.c112 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in setip6lifetime()
114 clock_gettime(CLOCK_MONOTONIC, &now); in setip6lifetime()
191 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
193 clock_gettime(CLOCK_MONOTONIC, &now);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtime.h103 (void) clock_gettime(CLOCK_MONOTONIC, &ts); in gethrtime()
/f-stack/freebsd/mips/cavium/
H A Docteon_rtc.c59 DEVMETHOD(clock_gettime, octeon_rtc_gettime),
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h93 clock_gettime(CLOCK_UPTIME, &ts); in gethrtime()
/f-stack/lib/
H A Dff_host_interface.c174 rv = clock_gettime(host_id, &ts); in ff_clock_gettime()
207 int rv = clock_gettime(CLOCK_REALTIME, &current_ts); in ff_update_current_ts()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_snvs.c220 DEVMETHOD(clock_gettime, snvs_gettime),
/f-stack/freebsd/mips/ingenic/
H A Djz4780_rtc.c219 DEVMETHOD(clock_gettime, jz4780_rtc_gettime),
/f-stack/freebsd/arm/mv/
H A Drtc.c83 DEVMETHOD(clock_gettime, mv_rtc_gettime),
/f-stack/freebsd/kern/
H A Dcapabilities.conf135 clock_gettime
/f-stack/freebsd/mips/atheros/
H A Dpcf2123_rtc.c193 DEVMETHOD(clock_gettime, pcf2123_rtc_gettime),
/f-stack/freebsd/x86/isa/
H A Datrtc.c618 DEVMETHOD(clock_gettime, atrtc_gettime),
639 DEVMETHOD(clock_gettime, atrtc_gettime),
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h179 (void)clock_gettime(CLOCK_TYPE, &tv); in clock_gettime_ms()
/f-stack/tools/netstat/
H A Droute.c143 if (clock_gettime(CLOCK_UPTIME, &uptime) < 0) in routepr()
145 if (clock_gettime(CLOCK_BOOTTIME, &uptime) < 0) in routepr()
/f-stack/freebsd/arm/mv/armada38x/
H A Darmada38x_rtc.c130 DEVMETHOD(clock_gettime, mv_rtc_gettime),
/f-stack/freebsd/arm/nvidia/
H A Dtegra_rtc.c291 DEVMETHOD(clock_gettime, tegra_rtc_gettime),
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in107 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available.
112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available.

12