Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/include/uapi/linux/
Dtimex.h108 #define ADJ_TICK 0x4000 /* tick value */ macro
/Linux-v4.19/kernel/time/
Dntp.c707 if (txc->modes & ADJ_TICK) in process_adjtimex_modes()
710 if (txc->modes & (ADJ_TICK|ADJ_FREQUENCY|ADJ_OFFSET)) in process_adjtimex_modes()
Dtimekeeping.c2289 if (txc->modes & ADJ_TICK && in timekeeping_validate_timex()
2380 if (txc->modes & (ADJ_FREQUENCY | ADJ_TICK)) in do_adjtimex()