Home
last modified time | relevance | path

Searched refs:TIMER_MIN_DELTA (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/um/include/linux/
H A Dtime-internal.h14 #define TIMER_MIN_DELTA 500 macro
/openbmc/linux/arch/um/kernel/
H A Dtime.c711 .min_delta_ns = TIMER_MIN_DELTA,
712 ….min_delta_ticks = TIMER_MIN_DELTA, // microsecond resolution should be enough for anyone, same as…