Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c35 #define ADJ_SETOFFSET 0x0100 macro
198 tmx.modes = ADJ_SETOFFSET; in set_offset()
233 tmx.modes = ADJ_SETOFFSET; in set_bad_offset()
H A Dfreq-step.c28 #ifndef ADJ_SETOFFSET
29 #define ADJ_SETOFFSET 0x0100 macro
84 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
/linux/tools/testing/selftests/ptp/
H A Dtestptp.c30 #ifndef ADJ_SETOFFSET
31 #define ADJ_SETOFFSET 0x0100 macro
374 tx.modes = ADJ_SETOFFSET | ADJ_NANO; in main()
/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.c128 if (tx->modes & (ADJ_SETOFFSET | ADJ_FREQUENCY | ADJ_OFFSET) && in ptp_clock_adjtime()
136 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
/linux/kernel/time/
H A Dtimekeeping.c2618 if (txc->modes & ADJ_SETOFFSET) { in timekeeping_validate_timex()
2721 if (txc->modes & ADJ_SETOFFSET) { in __do_adjtimex()
2763 if (txc->modes & ADJ_SETOFFSET) in do_adjtimex()