Home
last modified time | relevance | path

Searched refs:ADJ_STATUS (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/timers/
H A Dleapcrash.c39 tx.modes = ADJ_STATUS; in clear_time_state()
43 tx.modes = ADJ_STATUS; in clear_time_state()
98 tx.modes = ADJ_STATUS; in main()
H A Dleap-a-day.c106 tx.modes = ADJ_STATUS; in clear_time_state()
116 tx.modes = ADJ_STATUS; in clear_time_state()
262 tx.modes = ADJ_STATUS; in main()
319 tx.modes = ADJ_STATUS; in main()
H A Dadjtick.c123 tx1.modes |= ADJ_STATUS; in check_tick_adj()
H A Dvalid-adjtimex.c52 tx.modes = ADJ_STATUS; in clear_time_state()
/openbmc/linux/include/uapi/linux/
H A Dtimex.h143 #define ADJ_STATUS 0x0010 /* clock status */ macro
161 #define MOD_STATUS ADJ_STATUS
/openbmc/linux/arch/s390/kernel/
H A Dtime.c604 txc.modes = ADJ_STATUS; in stp_clear_leap()
650 txc.modes = ADJ_STATUS; in stp_check_leap()
/openbmc/linux/kernel/time/
H A Dntp.c712 if (txc->modes & ADJ_STATUS) in process_adjtimex_modes()