oneshot 330 arch/x86/kernel/apic/apic.c static void __setup_APIC_LVTT(unsigned int clocks, int oneshot, int irqen) oneshot 335 arch/x86/kernel/apic/apic.c if (!oneshot) oneshot 366 arch/x86/kernel/apic/apic.c if (!oneshot) oneshot 496 arch/x86/kernel/apic/apic.c lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot) oneshot 502 arch/x86/kernel/apic/apic.c __setup_APIC_LVTT(lapic_timer_period, oneshot, 1); oneshot 181 drivers/clocksource/i8253.c void __init clockevent_i8253_init(bool oneshot) oneshot 183 drivers/clocksource/i8253.c if (oneshot) { oneshot 335 drivers/leds/led-triggers.c int oneshot, oneshot 345 drivers/leds/led-triggers.c if (oneshot) oneshot 26 include/linux/i8253.h extern void clockevent_i8253_init(bool oneshot); oneshot 710 kernel/time/clocksource.c static struct clocksource *clocksource_find_best(bool oneshot, bool skipcur) oneshot 725 kernel/time/clocksource.c if (oneshot && !(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES)) oneshot 734 kernel/time/clocksource.c bool oneshot = tick_oneshot_mode_active(); oneshot 738 kernel/time/clocksource.c best = clocksource_find_best(oneshot, skipcur); oneshot 756 kernel/time/clocksource.c if (!(cs->flags & CLOCK_SOURCE_VALID_FOR_HRES) && oneshot) { oneshot 108 tools/perf/bench/epoll-wait.c static bool oneshot; oneshot 140 tools/perf/bench/epoll-wait.c OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"), oneshot 225 tools/perf/bench/epoll-wait.c if (oneshot) { oneshot 300 tools/perf/bench/epoll-wait.c if (oneshot) oneshot 473 tools/perf/bench/epoll-wait.c getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); oneshot 100 tools/testing/selftests/watchdog/watchdog-test.c int oneshot = 0; oneshot 140 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 155 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 165 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 181 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 185 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 199 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 203 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 211 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 226 tools/testing/selftests/watchdog/watchdog-test.c oneshot = 1; oneshot 240 tools/testing/selftests/watchdog/watchdog-test.c if (oneshot)