Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtimex.h104 #define ADJ_TAI 0x0080 /* set TAI offset */ macro
122 #define MOD_TAI ADJ_TAI
/linux-4.4.14/tools/testing/selftests/timers/
Dset-tai.c45 tx.modes = ADJ_TAI; in set_tai()
/linux-4.4.14/kernel/time/
Dntp.c636 if (txc->modes & ADJ_TAI && txc->constant > 0) in process_adjtimex_modes()