Home
last modified time | relevance | path

Searched refs:sys_ts (Results 1 – 12 of 12) sorted by relevance

/dports/net/chrony-lite/chrony-4.2/
H A Drefclock_phc.c145 struct timespec phc_ts, sys_ts, local_ts; in phc_poll() local
151 &phc->mode, &phc_ts, &sys_ts, &phc_err)) in phc_poll()
155 LCL_CookTime(&sys_ts, &local_ts, &local_err); in phc_poll()
160 offset = UTI_DiffTimespecsToDouble(&phc_ts, &sys_ts); in phc_poll()
164 return RCL_AddSample(instance, &sys_ts, offset, LEAP_Normal); in phc_poll()
H A Dsys_linux.c834 UTI_AddDoubleToTimespec(&ts[0][0], sys_sum / combined, sys_ts); in process_phc_readings()
844 struct timespec *sys_ts, double *err) in get_phc_sample() argument
869 return process_phc_readings(ts, PHC_READINGS, precision, phc_ts, sys_ts, err); in get_phc_sample()
876 struct timespec *sys_ts, double *err) in get_extended_phc_sample() argument
902 return process_phc_readings(ts, PHC_READINGS, precision, phc_ts, sys_ts, err); in get_extended_phc_sample()
912 struct timespec *sys_ts, double *err) in get_precise_phc_sample() argument
928 sys_ts->tv_sec = sys_off.sys_realtime.sec; in get_precise_phc_sample()
929 sys_ts->tv_nsec = sys_off.sys_realtime.nsec; in get_precise_phc_sample()
978 get_precise_phc_sample(fd, precision, phc_ts, sys_ts, err)) { in SYS_Linux_GetPHCSample()
982 get_extended_phc_sample(fd, precision, phc_ts, sys_ts, err)) { in SYS_Linux_GetPHCSample()
[all …]
H A Dsys_linux.h45 struct timespec *phc_ts, struct timespec *sys_ts, double *err);
/dports/net/chrony/chrony-4.2/
H A Drefclock_phc.c145 struct timespec phc_ts, sys_ts, local_ts; in phc_poll() local
151 &phc->mode, &phc_ts, &sys_ts, &phc_err)) in phc_poll()
155 LCL_CookTime(&sys_ts, &local_ts, &local_err); in phc_poll()
160 offset = UTI_DiffTimespecsToDouble(&phc_ts, &sys_ts); in phc_poll()
164 return RCL_AddSample(instance, &sys_ts, offset, LEAP_Normal); in phc_poll()
H A Dsys_linux.c834 UTI_AddDoubleToTimespec(&ts[0][0], sys_sum / combined, sys_ts); in process_phc_readings()
844 struct timespec *sys_ts, double *err) in get_phc_sample() argument
869 return process_phc_readings(ts, PHC_READINGS, precision, phc_ts, sys_ts, err); in get_phc_sample()
876 struct timespec *sys_ts, double *err) in get_extended_phc_sample() argument
902 return process_phc_readings(ts, PHC_READINGS, precision, phc_ts, sys_ts, err); in get_extended_phc_sample()
912 struct timespec *sys_ts, double *err) in get_precise_phc_sample() argument
928 sys_ts->tv_sec = sys_off.sys_realtime.sec; in get_precise_phc_sample()
929 sys_ts->tv_nsec = sys_off.sys_realtime.nsec; in get_precise_phc_sample()
978 get_precise_phc_sample(fd, precision, phc_ts, sys_ts, err)) { in SYS_Linux_GetPHCSample()
982 get_extended_phc_sample(fd, precision, phc_ts, sys_ts, err)) { in SYS_Linux_GetPHCSample()
[all …]
H A Dsys_linux.h45 struct timespec *phc_ts, struct timespec *sys_ts, double *err);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local
132 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()
134 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) { in vdso_test_clock_getres()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local
132 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()
134 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) { in vdso_test_clock_getres()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vDSO/
H A Dvdso_test_abi.c121 struct timespec ts, sys_ts; in vdso_test_clock_getres() local
132 ret = syscall(SYS_clock_getres, clk_id, &sys_ts); in vdso_test_clock_getres()
134 if ((sys_ts.tv_sec != ts.tv_sec) || (sys_ts.tv_nsec != ts.tv_nsec)) { in vdso_test_clock_getres()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-ffmpeg/
H A Dobs-ffmpeg-output.c984 uint64_t sys_ts = get_packet_sys_dts(output, &packet); in process_packet() local
985 if (sys_ts >= output->stop_ts) in process_packet()
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/
H A DDict.pm1522 my $sys_ts = undef;
1532 $sys_ts = $ts1
1550 if (defined($sys_ts))
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-source.c3131 uint64_t sys_ts; in obs_source_show_preloaded_video() local
3149 sys_ts = (source->monitoring_type != OBS_MONITORING_TYPE_MONITOR_ONLY) in obs_source_show_preloaded_video()
3152 reset_audio_timing(source, source->last_frame_ts, sys_ts); in obs_source_show_preloaded_video()
3153 reset_audio_data(source, sys_ts); in obs_source_show_preloaded_video()