Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h91 #define round_jiffies_up(j) round_jiffies(j) macro
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h454 #define round_jiffies_up(j) round_jiffies(j) /* TODO */ macro