Searched refs:CLOCK_EVT_FEAT_DUMMY (Results 1 – 7 of 7) sorted by relevance
491 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()505 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()540 | CLOCK_EVT_FEAT_DUMMY,629 CLOCK_EVT_FEAT_DUMMY); in setup_APIC_timer()855 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()960 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()995 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()999 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()1042 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
23 CLOCK_EVT_FEAT_DUMMY; in dummy_timer_starting_cpu()
57 # define CLOCK_EVT_FEAT_DUMMY 0x000010 macro
128 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY; in setup_percpu_clockdev()
36 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); in tick_device_is_functional()
88 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_check_broadcast_device()123 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_set_oneshot_wakeup_device()
94 if (dev->features & CLOCK_EVT_FEAT_DUMMY) in __clockevents_switch_state()
Completed in 13 milliseconds