Searched refs:found_idx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c140 unsigned long found_idx; local
143 xa_for_each_start(&telem_array, found_idx, entry, start) {
148 if (found_idx > start)
153 return found_idx == start ? 0 : found_idx;
/linux-master/tools/perf/util/
H A Dsymbol.c488 size_t *found_idx)
493 if (found_idx)
494 *found_idx = SIZE_MAX;
510 if (found_idx)
511 *found_idx = i;
522 if (found_idx)
523 *found_idx = i - 1;
529 assert(!found_idx || !s || s == symbols[*found_idx]);
484 symbols__find_by_name(struct symbol *symbols[], size_t symbols_len, const char *name, enum symbol_tag_include includes, size_t *found_idx) argument
/linux-master/fs/btrfs/
H A Dsend.c5009 int found_idx; member in struct:find_xattr_ctx
5021 ctx->found_idx = num;
5042 ctx.found_idx = -1;
5050 if (ctx.found_idx == -1)
5058 return ctx.found_idx;

Completed in 134 milliseconds