Searched refs:no_prefault (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/src/tools/perf/bench/
H A Dmem-memcpy.c30 static bool no_prefault; variable
44 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
168 #define pf (no_prefault ? 0 : 1)
206 if (only_prefault && no_prefault)
207 only_prefault = no_prefault = false;
226 if (!only_prefault && !no_prefault) {
255 if (!only_prefault && !no_prefault) {
281 if (!only_prefault && !no_prefault) {
H A Dmem-memset.c30 static bool no_prefault; variable
44 OPT_BOOLEAN('n', "no-prefault", &no_prefault,
160 #define pf (no_prefault ? 0 : 1)
198 if (only_prefault && no_prefault)
199 only_prefault = no_prefault = false;
218 if (!only_prefault && !no_prefault) {
247 if (!only_prefault && !no_prefault) {
273 if (!only_prefault && !no_prefault) {

Completed in 87 milliseconds