CLOCK_EVT_FEAT_ONESHOT  102 arch/x86/kernel/apic_32.c 	.features	= CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
CLOCK_EVT_FEAT_ONESHOT   89 arch/x86/kernel/apic_64.c 	.features	= CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT
CLOCK_EVT_FEAT_ONESHOT  159 arch/x86/kernel/hpet.c 	.features	= CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  100 arch/x86/kernel/i8253.c 	.features	= CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  286 arch/x86/kernel/mfgpt_32.c 	.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  187 arch/x86/kernel/vmiclock_32.c 	.features	= CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  697 arch/x86/lguest/boot.c 	.features               = CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  333 arch/x86/xen/time.c 	.features = CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT  395 arch/x86/xen/time.c 	.features = CLOCK_EVT_FEAT_ONESHOT,
CLOCK_EVT_FEAT_ONESHOT   54 kernel/time/tick-common.c 	return dev && (dev->features & CLOCK_EVT_FEAT_ONESHOT);
CLOCK_EVT_FEAT_ONESHOT  237 kernel/time/tick-common.c 		if ((curdev->features & CLOCK_EVT_FEAT_ONESHOT) &&
CLOCK_EVT_FEAT_ONESHOT  238 kernel/time/tick-common.c 		    !(newdev->features & CLOCK_EVT_FEAT_ONESHOT))
CLOCK_EVT_FEAT_ONESHOT  258 kernel/time/tick-common.c 	if (newdev->features & CLOCK_EVT_FEAT_ONESHOT)
CLOCK_EVT_FEAT_ONESHOT  107 kernel/time/tick-oneshot.c 	if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) ||