/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/vdso
NameSizeModeActions
bits.h1710644editdlrm
clocksource.h4790644editdlrm
const.h1960644editdlrm
datapage.h42190644editdlrm
helpers.h12990644editdlrm
jiffies.h2980644editdlrm
ktime.h4540644editdlrm
limits.h5640644editdlrm
math64.h4680644editdlrm
processor.h2510644editdlrm
time.h1900644editdlrm
time32.h2870644editdlrm
time64.h3890644editdlrm
vsyscall.h2880644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/vdso/ktime.h (454B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_KTIME_H #define __VDSO_KTIME_H #include /* * The resolution of the clocks. The resolution value is returned in * the clock_getres() system call to give application programmers an * idea of the (in)accuracy of timers. Timer values are rounded up to * this resolution values. */ #define LOW_RES_NSEC TICK_NSEC #define KTIME_LOW_RES (LOW_RES_NSEC) #endif /* __VDSO_KTIME_H */