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

/linux-master/include/uapi/linux/
H A Dtimex.h77 struct timeval time; /* (read only, except for ADJ_SETOFFSET) */
116 struct __kernel_timex_timeval time; /* (read only, except for ADJ_SETOFFSET) */
146 #define ADJ_SETOFFSET 0x0100 /* add 'time' to current time */ macro
/linux-master/tools/testing/selftests/timers/
H A Dfreq-step.c28 #ifndef ADJ_SETOFFSET
29 #define ADJ_SETOFFSET 0x0100 macro
84 txc.modes = ADJ_SETOFFSET;
H A Dvalid-adjtimex.c37 #define ADJ_SETOFFSET 0x0100 macro
200 tmx.modes = ADJ_SETOFFSET;
235 tmx.modes = ADJ_SETOFFSET;
252 printf("Testing ADJ_SETOFFSET... ");
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c30 #ifndef ADJ_SETOFFSET
31 #define ADJ_SETOFFSET 0x0100 macro
345 tx.modes = ADJ_SETOFFSET | ADJ_NANO;
/linux-master/drivers/ptp/
H A Dptp_clock.c131 if (tx->modes & ADJ_SETOFFSET) {
/linux-master/kernel/time/
H A Dtimekeeping.c2366 if (txc->modes & ADJ_SETOFFSET) {
2439 if (txc->modes & ADJ_SETOFFSET) {

Completed in 147 milliseconds