Home
last modified time | relevance | path

Searched refs:ADJ_TICK (Results 1 - 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/adjtimex/
H A Dadjtimex02.c15 * - EINVAL with ADJ_TICK greater than max tick
16 * - EINVAL with ADJ_TICK smaller than min tick
27 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
53 {.modes = ADJ_TICK, .lowlimit = 900000, .delta = 1, .exp_err = EINVAL},
54 {.modes = ADJ_TICK, .highlimit = 1100000, .delta = 1, .exp_err = EINVAL},
82 if (tc[i].modes == ADJ_TICK) { in verify_adjtimex()
122 if (tc[i].modes == ADJ_TICK) { in setup()
H A Dadjtimex01.c13 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dadjtimex.c32 tx.tick = ADJ_TICK; in adjtimex_0100()
60 tx.tick = ADJ_TICK; in adjtimex_time64_0100()
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c93 .modes = ADJ_TICK,
100 .modes = ADJ_TICK,
221 if (tc[i].modes == ADJ_TICK) { in setup()
H A Dclock_adjtime01.c29 * - ADJ_TICK - us between clock ticks
101 .modes = ADJ_TICK,
209 if (tc[i].modes == ADJ_TICK) in setup()
H A Dclock_adjtime.h189 case ADJ_TICK: \
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimex.h42 #define ADJ_TICK 0x4000 macro
52 #define MOD_CLKB ADJ_TICK
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimex.h42 #define ADJ_TICK 0x4000 macro
52 #define MOD_CLKB ADJ_TICK
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimex.h42 #define ADJ_TICK 0x4000 macro
52 #define MOD_CLKB ADJ_TICK
/third_party/musl/include/sys/
H A Dtimex.h42 #define ADJ_TICK 0x4000 macro
52 #define MOD_CLKB ADJ_TICK
/third_party/ltp/include/lapi/
H A Dtimex.h12 ADJ_TICK)
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs648 pub const ADJ_TICK: ::c_uint = 0x4000; consts
657 pub const MOD_CLKB: ::c_uint = ADJ_TICK;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs1046 pub const ADJ_TICK: ::c_uint = 0x4000; consts
1055 pub const MOD_CLKB: ::c_uint = ADJ_TICK;

Completed in 8 milliseconds