Searched defs:msecs_to_jiffies (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Djiffies.h84 msecs_to_jiffies(uint64_t msec) function
/freebsd-current/sys/dev/ath/
H A Dif_ath_lna_div.c78 #define msecs_to_jiffies(a) ( (a) * hz / 1000 ) macro
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h357 msecs_to_jiffies(unsigned long msecs) function
/freebsd-current/sys/dev/drm2/
H A Ddrm_os_freebsd.h449 #define msecs_to_jiffies(x) (((int64_t)(x)) * hz / 1000) macro

Completed in 167 milliseconds