Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dtimex.h149 #define ADJ_TICK 0x4000 /* tick value */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs1237 pub const ADJ_TICK: ::c_uint = 0x4000; constant