Home
last modified time | relevance | path

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

/src/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h109 #define round_jiffies_up_relative(j) round_jiffies_up(j) macro
/src/sys/dev/drm2/
H A Ddrm_os_freebsd.h447 #define round_jiffies_up_relative(j) round_jiffies_up(j) /* TODO */ macro