Home
last modified time | relevance | path

Searched refs:started (Results 1 – 13 of 13) sorted by relevance

/tools/virtio/
Dvirtio_test.c173 long started = 0, completed = 0, next_reset = reset_n; in run_test() local
189 started_before = started; in run_test()
195 while (started < bufs && in run_test()
196 (started - completed) < batch) { in run_test()
199 dev->buf + started, in run_test()
203 started > started_before) in run_test()
210 ++started; in run_test()
218 if (started >= bufs) in run_test()
251 started = completed; in run_test()
256 if (completed == completed_before && started == started_before) in run_test()
[all …]
/tools/virtio/ringtest/
Dmain.c110 int started = 0; in run_guest() local
123 if (started < bufs && in run_guest()
124 started - completed < max_outstanding) { in run_guest()
127 ++started; in run_guest()
149 assert(started <= bufs); in run_guest()
/tools/testing/kunit/
Dkunit_parser.py55 started = False
60 started = True
64 elif started:
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2442 sem_t *started; member
2471 sem_t started; in FIXTURE() local
2506 sem_init(&self->started, 0, 0); in FIXTURE_SETUP()
2509 self->sibling[0].started = &self->started; in FIXTURE_SETUP()
2517 self->sibling[1].started = &self->started; in FIXTURE_SETUP()
2547 sem_destroy(&self->started); in FIXTURE_TEARDOWN()
2563 sem_post(me->started); in tsync_sibling()
2621 sem_wait(&self->started); in TEST_F()
2659 sem_wait(&self->started); in TEST_F()
2689 sem_wait(&self->started); in TEST_F()
[all …]
/tools/perf/util/
Dauxtrace.c2160 bool started; member
2189 if (args->started) { in find_kern_sym_cb()
2200 args->started = true; in find_kern_sym_cb()
2267 if (!args.started) { in find_kern_sym()
2287 if (!args->started) { in find_entire_kern_cb()
2288 args->started = true; in find_entire_kern_cb()
2301 struct sym_args args = { .started = false }; in addr_filter__entire_kernel()
2305 if (err < 0 || !args.started) { in addr_filter__entire_kernel()
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt66 this test was started: qdiscs deleted, actions flushed, etc.
/tools/perf/Documentation/
Djitdump-specification.txt103 …* uint64_t new_code_addr: alternate new code started address for the jitted code. By default it sh…
Dperf-stat.txt192 'disable': disable events). Measurements can be started with events disabled using
Dperf-script-python.txt417 You can quickly get started writing a script for a particular set of
Dperf-record.txt639 started with events disabled using --delay=-1 option. Optionally send control command
/tools/usb/usbip/
DCOPYING104 when run, you must cause it, when started running for such
/tools/power/pm-graph/
DREADME18 https://01.org/pm-graph/documentation/getting-started
/tools/memory-model/Documentation/
Dexplanation.txt1484 synchronize_rcu(), so P0's critical section must have started before
2363 P1 before the critical section started and so would have been visible