| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | user-clock_gettime.m4 | 2 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 D | linux_locore.asm | 39 .weak clock_gettime 40 .set clock_gettime, __vdso_clock_gettime define
|
| H A D | linux_vdso.lds.s | 63 clock_gettime;
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_alarm.c | 98 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 D | eal_timer.c | 214 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 D | eal_alarm.c | 85 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 D | nstime.c | 119 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 D | rte_cycles_32.h | 41 while (clock_gettime(CLOCK_MONOTONIC_RAW, &val) != 0) in __rte_rdtsc_syscall()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_times.c | 202 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 D | af_inet6.c | 112 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 D | time.h | 103 (void) clock_gettime(CLOCK_MONOTONIC, &ts); in gethrtime()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_rtc.c | 59 DEVMETHOD(clock_gettime, octeon_rtc_gettime),
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | time.h | 93 clock_gettime(CLOCK_UPTIME, &ts); in gethrtime()
|
| /f-stack/lib/ |
| H A D | ff_host_interface.c | 174 rv = clock_gettime(host_id, &ts); in ff_clock_gettime() 207 int rv = clock_gettime(CLOCK_REALTIME, ¤t_ts); in ff_update_current_ts()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_snvs.c | 220 DEVMETHOD(clock_gettime, snvs_gettime),
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_rtc.c | 219 DEVMETHOD(clock_gettime, jz4780_rtc_gettime),
|
| /f-stack/freebsd/arm/mv/ |
| H A D | rtc.c | 83 DEVMETHOD(clock_gettime, mv_rtc_gettime),
|
| /f-stack/freebsd/kern/ |
| H A D | capabilities.conf | 135 clock_gettime
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | pcf2123_rtc.c | 193 DEVMETHOD(clock_gettime, pcf2123_rtc_gettime),
|
| /f-stack/freebsd/x86/isa/ |
| H A D | atrtc.c | 618 DEVMETHOD(clock_gettime, atrtc_gettime), 639 DEVMETHOD(clock_gettime, atrtc_gettime),
|
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 179 (void)clock_gettime(CLOCK_TYPE, &tv); in clock_gettime_ms()
|
| /f-stack/tools/netstat/ |
| H A D | route.c | 143 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 D | armada38x_rtc.c | 130 DEVMETHOD(clock_gettime, mv_rtc_gettime),
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_rtc.c | 291 DEVMETHOD(clock_gettime, tegra_rtc_gettime),
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 107 * Defined if clock_gettime(CLOCK_MONOTONIC_COARSE, ...) is available. 112 * Defined if clock_gettime(CLOCK_MONOTONIC, ...) is available.
|