Searched refs:clockevents_switch_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | tick-oneshot.c | 35 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED); in tick_program_event() 45 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_program_event() 58 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_resume_oneshot() 70 clockevents_switch_state(newdev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_oneshot() 100 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_switch_to_oneshot()
|
D | tick-broadcast.c | 566 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_set_event() 574 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_resume_broadcast_oneshot() 592 clockevents_switch_state(td->evtdev, in tick_check_oneshot_broadcast_this_cpu() 704 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in broadcast_shutdown_local() 785 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in __tick_broadcast_oneshot_control() 905 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_setup_oneshot()
|
D | tick-common.c | 154 clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in tick_setup_periodic() 164 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_periodic()
|
D | clockevents.c | 153 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state() function 181 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in clockevents_shutdown() 588 clockevents_switch_state(old, CLOCK_EVT_STATE_DETACHED); in clockevents_exchange_device()
|
D | tick-internal.h | 54 extern void clockevents_switch_state(struct clock_event_device *dev,
|