/usr/src/linux-headers-5.15.0-190/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.h2740644editdlrm
time64.h4260644editdlrm
vsyscall.h2880644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/include/vdso/jiffies.h (298B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_JIFFIES_H #define __VDSO_JIFFIES_H #include /* for HZ */ #include /* TICK_NSEC is the time between ticks in nsec assuming SHIFTED_HZ */ #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ) #endif /* __VDSO_JIFFIES_H */