Searched refs:noaffinity (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 104 static bool noaffinity; variable 131 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"), 305 noaffinity ? "":"CPU affinity ", in do_threads() 307 if (!noaffinity) in do_threads() 344 if (!noaffinity) { in do_threads() 361 if (!noaffinity) in do_threads()
|
H A D | epoll-ctl.c | 56 static bool noaffinity; variable 78 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"), 230 if (!noaffinity) in do_threads() 255 if (!noaffinity) { in do_threads() 272 if (!noaffinity) in do_threads()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 104 static bool noaffinity; variable 131 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"), 307 noaffinity ? "":"CPU affinity ", in do_threads() 309 if (!noaffinity) in do_threads() 351 if (!noaffinity) { in do_threads() 374 if (!noaffinity) in do_threads()
|
H A D | epoll-ctl.c | 56 static bool noaffinity; variable 78 OPT_BOOLEAN( 'n', "noaffinity", &noaffinity, "Disables CPU affinity"), 232 if (!noaffinity) in do_threads() 262 if (!noaffinity) { in do_threads() 285 if (!noaffinity) in do_threads()
|
Completed in 4 milliseconds