Home
last modified time | relevance | path

Searched refs:oneshot (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/watchdog/
Dwatchdog-test.c100 int oneshot = 0; in main() local
140 oneshot = 1; in main()
155 oneshot = 1; in main()
165 oneshot = 1; in main()
181 oneshot = 1; in main()
185 oneshot = 1; in main()
199 oneshot = 1; in main()
203 oneshot = 1; in main()
211 oneshot = 1; in main()
226 oneshot = 1; in main()
[all …]
/tools/perf/bench/
Depoll-wait.c106 static bool oneshot; variable
138 OPT_BOOLEAN( 'S', "oneshot", &oneshot, "Use EPOLLONESHOT semantics"),
223 if (oneshot) { in workerfn()
298 if (oneshot) in do_threads()
472 getpid(), nthreads, oneshot ? " (EPOLLONESHOT semantics)": "", nfds, nsecs); in bench_epoll_wait()