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

/linux-master/include/uapi/linux/
H A Dtimex.h148 #define ADJ_NANO 0x2000 /* select nanosecond resolution */ macro
165 #define MOD_NANO ADJ_NANO
/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c202 tmx.modes |= ADJ_NANO;
237 tmx.modes |= ADJ_NANO;
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.c345 tx.modes = ADJ_SETOFFSET | ADJ_NANO;
362 tx.modes = ADJ_OFFSET | ADJ_NANO;
/linux-master/drivers/ptp/
H A Dptp_clock.c139 if (!(tx->modes & ADJ_NANO))
159 if (!(tx->modes & ADJ_NANO))
/linux-master/kernel/time/
H A Dntp.c715 if (txc->modes & ADJ_NANO)
H A Dtimekeeping.c2382 if (txc->modes & ADJ_NANO) {
2443 if (!(txc->modes & ADJ_NANO))

Completed in 2104 milliseconds