Searched refs:clockevents_exchange_device (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/ |
H A D | tick-common.c | 279 clockevents_exchange_device(td->evtdev, newdev); in tick_install_replacement() 368 clockevents_exchange_device(curdev, newdev); in tick_check_new_device() 439 clockevents_exchange_device(dev, NULL); in tick_shutdown()
|
H A D | tick-internal.h | 51 extern void clockevents_exchange_device(struct clock_event_device *old,
|
H A D | tick-broadcast.c | 104 clockevents_exchange_device(cur, dev); in tick_install_broadcast_device()
|
H A D | clockevents.c | 562 * clockevents_exchange_device - release and request clock devices 569 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device() function
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | tick-common.c | 281 clockevents_exchange_device(td->evtdev, newdev); in tick_install_replacement() 365 clockevents_exchange_device(curdev, newdev); in tick_check_new_device() 432 clockevents_exchange_device(dev, NULL); in tick_shutdown()
|
H A D | tick-internal.h | 51 extern void clockevents_exchange_device(struct clock_event_device *old,
|
H A D | tick-broadcast.c | 143 clockevents_exchange_device(curdev, newdev); in tick_set_oneshot_wakeup_device() 176 clockevents_exchange_device(cur, dev); in tick_install_broadcast_device()
|
H A D | clockevents.c | 561 * clockevents_exchange_device - release and request clock devices 568 void clockevents_exchange_device(struct clock_event_device *old, in clockevents_exchange_device() function
|
Completed in 8 milliseconds