Searched refs:MAX_JIFFY_OFFSET (Results 1 - 3 of 3) 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;
H A Dwaitqueue-r0drv-linux.h154 if (cJiffies >= MAX_JIFFY_OFFSET)
H A Dtimer-r0drv-linux.c318 if (cNanoSecs > (uint64_t)TICK_NSEC * MAX_JIFFY_OFFSET)
319 return MAX_JIFFY_OFFSET;

Completed in 1434 milliseconds