Home
last modified time | relevance | path

Searched defs:compat_timex (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dcompat.h142 struct compat_timex { struct
143 compat_uint_t modes;
144 compat_long_t offset;
145 compat_long_t freq;
146 compat_long_t maxerror;
170 int compat_get_timex(struct timex *, const struct compat_timex __user *); argument