Searched refs:clockevents_switch_state (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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 | 650 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_set_event() 658 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_resume_broadcast_oneshot() 676 clockevents_switch_state(td->evtdev, in tick_check_oneshot_broadcast_this_cpu() 788 clockevents_switch_state(dev, CLOCK_EVT_STATE_SHUTDOWN); in broadcast_shutdown_local() 861 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT); in ___tick_broadcast_oneshot_control() 945 clockevents_switch_state(dev, CLOCK_EVT_STATE_ONESHOT_STOPPED); in tick_oneshot_wakeup_control() 946 clockevents_switch_state(wd, CLOCK_EVT_STATE_ONESHOT); in tick_oneshot_wakeup_control() 1046 clockevents_switch_state(bc, CLOCK_EVT_STATE_ONESHOT); in tick_broadcast_setup_oneshot()
|
D | tick-common.c | 162 clockevents_switch_state(dev, CLOCK_EVT_STATE_PERIODIC); in tick_setup_periodic() 172 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() 577 clockevents_switch_state(old, CLOCK_EVT_STATE_DETACHED); in clockevents_exchange_device()
|
D | tick-internal.h | 53 extern void clockevents_switch_state(struct clock_event_device *dev,
|