Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.h126 return timespec64_to_jiffies(&ts); in etnaviv_timeout_to_jiffies()
/openbmc/linux/include/linux/
H A Djiffies.h575 extern unsigned long timespec64_to_jiffies(const struct timespec64 *value);
/openbmc/linux/kernel/time/
H A Dtime.c617 timespec64_to_jiffies(const struct timespec64 *value) in timespec64_to_jiffies() function
631 EXPORT_SYMBOL(timespec64_to_jiffies);
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1143 ticks = timespec64_to_jiffies(&tmp); in SYSCALL_DEFINE2()
/openbmc/linux/fs/fuse/
H A Ddir.c103 return get_jiffies_64() + timespec64_to_jiffies(&ts); in fuse_time_to_jiffies()