Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dfreq-step.c28 #ifndef ADJ_SETOFFSET
29 #define ADJ_SETOFFSET 0x0100 macro
84 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
/linux/include/uapi/linux/
H A Dtimex.h146 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/linux/drivers/ptp/
H A Dptp_clock.c131 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
/linux/kernel/time/
H A Dtimekeeping.c2441 if (txc->modes & ADJ_SETOFFSET) { in timekeeping_validate_timex()
2513 if (txc->modes & ADJ_SETOFFSET) { in do_adjtimex()