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

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthe-linux-kernel.h174 # ifndef MAX_JIFFY_OFFSET
175 # define MAX_JIFFY_OFFSET ((~0UL >> 1)-1) macro
194 if (cMillies > jiffies_to_msecs(MAX_JIFFY_OFFSET))
195 return MAX_JIFFY_OFFSET;

Completed in 42 milliseconds