/usr/src/linux-headers-5.15.0-181/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-181/include/vdso/time.h (190B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_TIME_H #define __VDSO_TIME_H #include struct timens_offset { s64 sec; u64 nsec; }; #endif /* __VDSO_TIME_H */