Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcompat.h139 struct compat_timex { struct
140 compat_uint_t modes;
141 compat_long_t offset;
142 compat_long_t freq;
143 compat_long_t maxerror;
167 int compat_get_timex(struct timex *, const struct compat_timex __user *); argument