Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/kvm/lib/
Dsparsebit.c903 mask_t leading = (mask_t)1 << start; in node_first_set() local
904 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set()
911 mask_t leading = (mask_t)1 << start; in node_first_clear() local
912 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
/tools/perf/Documentation/
Dperf-top.txt251 the pausing used in this technique is leading to loss of metadata events such
252 as PERF_RECORD_MMAP which makes 'perf top' unable to resolve samples, leading
Dperf-script.txt224 is printed. This is the full execution path leading to the sample. This is only supported when the
/tools/scripts/
Dutilities.mak166 # by the presence of a leading `/'.
/tools/memory-model/Documentation/
Dexplanation.txt319 -- not the computation leading up to it.
1110 ptr = &x value does, leading to the undesirable result above. The