Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtime.c471 static unsigned long etr_events; variable
512 set_bit(ETR_EVENT_PORT0_CHANGE, &etr_events); in etr_init()
516 set_bit(ETR_EVENT_PORT1_CHANGE, &etr_events); in etr_init()
542 if (!test_and_set_bit(ETR_EVENT_SWITCH_LOCAL, &etr_events)) { in etr_switch_to_local()
560 if (!test_and_set_bit(ETR_EVENT_SYNC_CHECK, &etr_events)) { in etr_sync_check()
578 set_bit(ETR_EVENT_PORT0_CHANGE, &etr_events); in etr_timing_alert()
581 set_bit(ETR_EVENT_PORT1_CHANGE, &etr_events); in etr_timing_alert()
587 set_bit(ETR_EVENT_PORT_ALERT, &etr_events); in etr_timing_alert()
593 set_bit(ETR_EVENT_UPDATE, &etr_events); in etr_timeout()
834 if (test_and_clear_bit(ETR_EVENT_SYNC_CHECK, &etr_events)) in etr_handle_events()
[all …]