Home
last modified time | relevance | path

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

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