Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/ptp/
Dtestptp.c42 #ifndef ADJ_SETOFFSET
43 #define ADJ_SETOFFSET 0x0100 macro
302 tx.modes = ADJ_SETOFFSET; in main()
/linux-4.1.27/include/uapi/linux/
Dtimex.h105 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/linux-4.1.27/drivers/ptp/
Dptp_clock.c135 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
/linux-4.1.27/kernel/time/
Dntp.c643 if ((txc->modes & ADJ_SETOFFSET) && (!capable(CAP_SYS_TIME))) in ntp_validate_timex()
Dtimekeeping.c2006 if (txc->modes & ADJ_SETOFFSET) { in do_adjtimex()