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