Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/timers/
Dadjtick.c131 tx1.modes = ADJ_TICK; in check_tick_adj()
207 tx1.modes = ADJ_TICK; in main()
/linux-4.4.14/include/uapi/linux/
Dtimex.h108 #define ADJ_TICK 0x4000 /* tick value */ macro
/linux-4.4.14/kernel/time/
Dntp.c642 if (txc->modes & ADJ_TICK) in process_adjtimex_modes()
645 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET)) in process_adjtimex_modes()
671 if (txc->modes & ADJ_TICK && in ntp_validate_timex()