Searched refs:compat_jiffies_to_clock_t (Results 1 – 2 of 2) sorted by relevance
345 return compat_jiffies_to_clock_t(clock_t_to_jiffies(x)); in clock_t_to_compat_clock_t()364 return compat_jiffies_to_clock_t(jiffies); in COMPAT_SYSCALL_DEFINE1()
69 #define compat_jiffies_to_clock_t(x) \ macro