Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 6 of 6) sorted by relevance

/tools/perf/bench/
A Dsched-pipe.c48 static bool threaded; variable
90 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
120 if (threaded) in enter_cgroup()
129 if (threaded) in enter_cgroup()
258 if (threaded) { in bench_sched_pipe()
299 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
/tools/testing/selftests/drivers/net/
A Dnapi_threaded.py26 def _set_threaded_state(cfg, threaded) -> None: argument
35 threaded = cmd(f"cat /sys/class/net/{cfg.ifname}/threaded").stdout
36 defer(_set_threaded_state, cfg, threaded)
/tools/memory-model/Documentation/
A Dsimple.txt22 Single-threaded code
25 In single-threaded code, there is no reordering, at least assuming
28 threaded context as the kernel can enter the same code path on multiple
38 this lock at a given time, your code will be executed single-threaded.
61 Despite the scalability limitations of single-threaded code, RCU
64 single-threaded grace-period processing is use of batching, where all
75 being completely single-threaded, it is often possible to use library
89 With code locking, we use single-threaded code execution to guarantee
93 in the code execution that will execute as though it is single threaded.
114 a single-threaded approach while providing excellent performance and
A Drecipes.txt33 as long as the results of a single-threaded execution appear
A Daccess-marking.txt499 single-threaded manner, but that a number of kthreads are then created
/tools/perf/Documentation/
A Dcpu-and-latency-overheads.txt4 For a single-threaded program, or a program running on a single-core machine,
5 these notions are the same. However, for a multi-threaded/multi-process program

Completed in 630 milliseconds