Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dvalid-adjtimex.c40 #define ADJ_SETOFFSET 0x0100 macro
200 tmx.modes = ADJ_SETOFFSET; in set_offset()
235 tmx.modes = ADJ_SETOFFSET; in set_bad_offset()
Dfreq-step.c36 #ifndef ADJ_SETOFFSET
37 #define ADJ_SETOFFSET 0x0100 macro
92 txc.modes = ADJ_SETOFFSET; in reset_ntp_error()
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c43 #ifndef ADJ_SETOFFSET
44 #define ADJ_SETOFFSET 0x0100 macro
304 tx.modes = ADJ_SETOFFSET; in main()
/Linux-v4.19/include/uapi/linux/
Dtimex.h105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/Linux-v4.19/drivers/ptp/
Dptp_clock.c132 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
/Linux-v4.19/kernel/time/
Dtimekeeping.c2295 if (txc->modes & ADJ_SETOFFSET) { in timekeeping_validate_timex()
2351 if (txc->modes & ADJ_SETOFFSET) { in do_adjtimex()