Searched refs:freq (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/boot/efi/ |
D | ticks.c | 63 UINT64 freq; in ticks_freq() local 64 __asm__ volatile ("mrs %0, cntfrq_el0": "=r" (freq)); in ticks_freq() 65 return freq; in ticks_freq() 90 UINT64 ticks, freq; in time_usec() local 96 freq = ticks_freq(); in time_usec() 97 if (freq == 0) in time_usec() 100 return 1000UL * 1000UL * ticks / freq; in time_usec()
|
/systemd-251/tools/ |
D | catalog-report.py | 41 freq = 1000 variable 57 if i % freq == 0:
|
/systemd-251/src/basic/linux/can/ |
D | netlink.h | 63 __u32 freq; /* CAN system clock frequency in Hz */ member
|
/systemd-251/src/timedate/ |
D | timedatectl.c | 343 int64_t freq; member 509 r = table_add_cell_stringf(table, NULL, "%+.3fppm", (double) i->freq / 0x10000); in print_ntp_status_info() 617 … "x", NULL, offsetof(NTPStatusInfo, freq) }, in show_timesync_status_once()
|
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 300 m->drift_freq = tmx.freq; in manager_adjust_clock() 311 tmx.freq, tmx.freq / 65536); in manager_adjust_clock()
|
/systemd-251/ |
D | meson.build | 476 conf.set('SIZEOF_TIMEX_MEMBER', cc.sizeof('typeof(((struct timex *)0)->freq)', prefix : '#include <…
|