Home
last modified time | relevance | path

Searched defs:MAX_DELTA (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/time/
H A Ddelay.rs33 const MAX_DELTA: Delta = Delta::from_micros(i32::MAX as i64); in fsleep() constant
/linux/arch/arm/mach-mmp/
H A Dtime.c35 #define MAX_DELTA (0xfffffffe) macro