Searched defs:round_jiffies (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h88 #define round_jiffies(j) \ macro
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h460 #define round_jiffies(j) ((unsigned long)(((j) + drm_linux_timer_hz_mask) & ~drm_linux_timer_hz_mask)) macro

Completed in 110 milliseconds