Searched refs:clockevents_switch_state (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/kernel/time/ |
D | tick-oneshot.c | 31 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED); in tick_program_event() 41 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_program_event() 54 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_resume_oneshot() 66 clockevents_switch_state(newdev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_oneshot() 96 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_switch_to_oneshot()
|
D | tick-broadcast.c | 569 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_set_event() 577 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_resume_broadcast_oneshot() 595 clockevents_switch_state(td->evtdev, in tick_check_oneshot_broadcast_this_cpu() 707 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in broadcast_shutdown_local() 788 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in __tick_broadcast_oneshot_control() 908 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_setup_oneshot()
|
D | tick-common.c | 158 clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in tick_setup_periodic() 168 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in tick_setup_periodic()
|
D | clockevents.c | 147 void clockevents_switch_state(struct clock_event_device *dev, in clockevents_switch_state() function 173 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in clockevents_shutdown() 578 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,
|