Home
last modified time | relevance | path

Searched refs:timespec64_to_jiffies (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Djiffies.h412 extern unsigned long timespec64_to_jiffies(const struct timespec64 *value);
419 return timespec64_to_jiffies(&ts); in timespec_to_jiffies()
/linux-4.4.14/kernel/time/
Dtime.c568 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() function
572 EXPORT_SYMBOL(timespec64_to_jiffies);
Dntp.c562 &sync_cmos_work, timespec64_to_jiffies(&next)); in sync_cmos_clock()