CLOCK_EVT_FEAT_DUMMY  120 arch/hexagon/kernel/time.c 	dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY  485 arch/x86/kernel/apic/apic.c 	if (evt->features & CLOCK_EVT_FEAT_DUMMY)
CLOCK_EVT_FEAT_DUMMY  499 arch/x86/kernel/apic/apic.c 	if (evt->features & CLOCK_EVT_FEAT_DUMMY)
CLOCK_EVT_FEAT_DUMMY  534 arch/x86/kernel/apic/apic.c 					  | CLOCK_EVT_FEAT_DUMMY,
CLOCK_EVT_FEAT_DUMMY  662 arch/x86/kernel/apic/apic.c 				    CLOCK_EVT_FEAT_DUMMY);
CLOCK_EVT_FEAT_DUMMY  888 arch/x86/kernel/apic/apic.c 		lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY  993 arch/x86/kernel/apic/apic.c 	levt->features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY 1028 arch/x86/kernel/apic/apic.c 			levt->features |= CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY 1032 arch/x86/kernel/apic/apic.c 	if (levt->features & CLOCK_EVT_FEAT_DUMMY) {
CLOCK_EVT_FEAT_DUMMY 1075 arch/x86/kernel/apic/apic.c 	lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY   23 drivers/clocksource/dummy_timer.c 			  CLOCK_EVT_FEAT_DUMMY;
CLOCK_EVT_FEAT_DUMMY   94 kernel/time/clockevents.c 	if (dev->features & CLOCK_EVT_FEAT_DUMMY)
CLOCK_EVT_FEAT_DUMMY   79 kernel/time/tick-broadcast.c 	if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) ||
CLOCK_EVT_FEAT_DUMMY   37 kernel/time/tick-internal.h 	return !(dev->features & CLOCK_EVT_FEAT_DUMMY);