Searched refs:ADJ_TICK (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/adjtimex/ |
H A D | adjtimex02.c | 15 * - 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 D | adjtimex01.c | 13 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | adjtimex.c | 32 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 D | clock_adjtime02.c | 93 .modes = ADJ_TICK, 100 .modes = ADJ_TICK, 221 if (tc[i].modes == ADJ_TICK) { in setup()
|
H A D | clock_adjtime01.c | 29 * - ADJ_TICK - us between clock ticks 101 .modes = ADJ_TICK, 209 if (tc[i].modes == ADJ_TICK) in setup()
|
H A D | clock_adjtime.h | 189 case ADJ_TICK: \
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | timex.h | 42 #define ADJ_TICK 0x4000 macro 52 #define MOD_CLKB ADJ_TICK
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | timex.h | 42 #define ADJ_TICK 0x4000 macro 52 #define MOD_CLKB ADJ_TICK
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | timex.h | 42 #define ADJ_TICK 0x4000 macro 52 #define MOD_CLKB ADJ_TICK
|
/third_party/musl/include/sys/ |
H A D | timex.h | 42 #define ADJ_TICK 0x4000 macro 52 #define MOD_CLKB ADJ_TICK
|
/third_party/ltp/include/lapi/ |
H A D | timex.h | 12 ADJ_TICK)
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
H A D | mod.rs | 648 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 D | mod.rs | 1046 pub const ADJ_TICK: ::c_uint = 0x4000; consts 1055 pub const MOD_CLKB: ::c_uint = ADJ_TICK;
|
Completed in 8 milliseconds