Searched defs:MAX_DELTA (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/time/ | ||
H A D | delay.rs | 33 const MAX_DELTA: Delta = Delta::from_micros(i32::MAX as i64); in fsleep() constant |
/linux/arch/arm/mach-mmp/ | ||
H A D | time.c | 35 #define MAX_DELTA (0xfffffffe) macro |