Home
last modified time | relevance | path

Searched refs:ADJ_TICK (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dadjtimex_modes.h90 #if defined(ADJ_TICK) || (defined(HAVE_DECL_ADJ_TICK) && HAVE_DECL_ADJ_TICK)
92 static_assert((ADJ_TICK) == (0x4000), "ADJ_TICK != 0x4000");
95 # define ADJ_TICK 0x4000
122 XLAT(ADJ_TICK),
Dadjtimex_modes.in13 ADJ_TICK 0x4000
/external/linux-kselftest/tools/testing/selftests/timers/
Dadjtick.c120 tx1.modes = ADJ_TICK; in check_tick_adj()
196 tx1.modes = ADJ_TICK; in main()
Dfreq-step.c109 txc.modes = ADJ_TICK | ADJ_FREQUENCY; in set_frequency()
/external/ltp/testcases/kernel/syscalls/adjtimex/
Dadjtimex01.c38 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK)
Dadjtimex02.c97 ADJ_STATUS | ADJ_TIMECONST | ADJ_TICK )
/external/kernel-headers/original/uapi/linux/
Dtimex.h108 #define ADJ_TICK 0x4000 /* tick value */ macro