Searched refs:leading (Results 1 – 5 of 5) sorted by relevance
903 mask_t leading = (mask_t)1 << start; in node_first_set() local904 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set()911 mask_t leading = (mask_t)1 << start; in node_first_clear() local912 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear()
251 the pausing used in this technique is leading to loss of metadata events such252 as PERF_RECORD_MMAP which makes 'perf top' unable to resolve samples, leading
224 is printed. This is the full execution path leading to the sample. This is only supported when the
166 # by the presence of a leading `/'.
319 -- not the computation leading up to it.1110 ptr = &x value does, leading to the undesirable result above. The