Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntp/ntp/
H A Dntp-4.2.4_p6-nano.patch23 +#if defined(ADJ_TAI) && !defined(MOD_TAI)
24 +#define MOD_TAI ADJ_TAI
/openbmc/linux/include/uapi/linux/
H A Dtimex.h145 #define ADJ_TAI 0x0080 /* set TAI offset */ macro
163 #define MOD_TAI ADJ_TAI
/openbmc/linux/tools/testing/selftests/timers/
H A Dset-tai.c34 tx.modes = ADJ_TAI; in set_tai()
/openbmc/linux/kernel/time/
H A Dntp.c742 if (txc->modes & ADJ_TAI && in process_adjtimex_modes()