Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_time.c323 case CLOCK_REALTIME: /* Default to precise. */ in kern_clock_gettime()
408 if (clock_id != CLOCK_REALTIME) in kern_clock_settime()
450 case CLOCK_REALTIME: in kern_clock_getres()
495 return (kern_clock_nanosleep(td, CLOCK_REALTIME, TIMER_RELTIME, rqt, in kern_nanosleep()
516 case CLOCK_REALTIME: in kern_clock_nanosleep()
597 return (user_clock_nanosleep(td, CLOCK_REALTIME, TIMER_RELTIME, in sys_nanosleep()
1095 register_posix_clock(CLOCK_REALTIME, &rt_clock); in itimer_start()
1259 case CLOCK_REALTIME: in kern_ktimer_create()
1572 if (id == CLOCK_REALTIME) in realtimer_clocktime()
H A Dkern_umtx.c755 timo->is_abs_real = clockid == CLOCK_REALTIME || in abs_timeout_init()
2557 if (clockid < CLOCK_REALTIME || in do_cv_wait()
2564 clockid = CLOCK_REALTIME; in do_cv_wait()
3421 tp->_clockid = CLOCK_REALTIME; in umtx_copyin_umtx_time()
4256 t32._clockid = CLOCK_REALTIME; in umtx_copyin_umtx_timei386()
4320 t32._clockid = CLOCK_REALTIME; in umtx_copyin_umtx_timex32()
/f-stack/lib/
H A Dff_host_interface.c161 host_id = CLOCK_REALTIME; in ff_clock_gettime()
207 int rv = clock_gettime(CLOCK_REALTIME, &current_ts); in ff_update_current_ts()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_eventport_module.c18 #ifndef CLOCK_REALTIME
19 #define CLOCK_REALTIME 0 macro
255 if (timer_create(CLOCK_REALTIME, &sev, &event_timer) == -1) { in ngx_eventport_init()
/f-stack/dpdk/examples/ptpclient/
H A Dptpclient.c295 clock_gettime(CLOCK_REALTIME, &sys_time); in print_clock_info()
495 clock_gettime(CLOCK_REALTIME, &sys_time); in update_kernel_time()
511 clock_settime(CLOCK_REALTIME, &net_time); in update_kernel_time()
/f-stack/freebsd/sys/
H A Dtime.h464 #ifndef CLOCK_REALTIME
465 #define CLOCK_REALTIME 0 macro
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_trace_utils.c275 if (clock_gettime(CLOCK_REALTIME, &epoch) < 0) { in trace_epoch_time_save()
/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c1064 if (clock_gettime (CLOCK_REALTIME, &Time) == -1) in AcpiOsWaitSemaphore()
/f-stack/freebsd/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c155 clock_gettime(CLOCK_REALTIME, &ts); in tpool_worker()
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.c436 clock_gettime(CLOCK_REALTIME, &t); in opae_adapter_lock()
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c728 if (clock_gettime(CLOCK_REALTIME, &tv) != 0) in print_stats()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c603 timer_create(CLOCK_REALTIME, &sev, &ftp->ft_tid); in fmd_timer_install()
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_process_cycle.c514 (void) clock_gettime(CLOCK_REALTIME,&ts); in ngx_start_worker_processes()
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.c1669 clock_gettime(CLOCK_REALTIME, &timestamp); in axgbe_timesync_enable()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10108 (void) clock_gettime(CLOCK_REALTIME, &timeout); in wait_status_thread()