Searched defs:OSNanosecondsToTicks (Results 1 – 1 of 1) sorted by relevance
62 #define OSNanosecondsToTicks( nsec ) (((nsec) * (OS_TIMER_CLOCK / 125000)) / 8000) macro70 …#define OSNanosecondsToTicks( nsec ) ((((u64)(nsec)) * ((u64) OS_TIMER_CLOCK / 31250)) / 32000) macro