Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/intel/pmt/
H A Dtelemetry.c141 unsigned long found_idx; in pmt_telem_get_next_endpoint() local
144 xa_for_each_start(&telem_array, found_idx, entry, start) { in pmt_telem_get_next_endpoint()
149 if (found_idx > start) in pmt_telem_get_next_endpoint()
154 return found_idx == start ? 0 : found_idx; in pmt_telem_get_next_endpoint()
/linux-6.15/tools/perf/util/
H A Dsymbol.c498 size_t *found_idx) in symbols__find_by_name() argument
503 if (found_idx) in symbols__find_by_name()
504 *found_idx = SIZE_MAX; in symbols__find_by_name()
520 if (found_idx) in symbols__find_by_name()
521 *found_idx = i; in symbols__find_by_name()
532 if (found_idx) in symbols__find_by_name()
533 *found_idx = i - 1; in symbols__find_by_name()
539 assert(!found_idx || !s || s == symbols[*found_idx]); in symbols__find_by_name()
/linux-6.15/fs/btrfs/
H A Dsend.c5010 int found_idx; member
5022 ctx->found_idx = num; in __find_xattr()
5043 ctx.found_idx = -1; in find_xattr()
5051 if (ctx.found_idx == -1) in find_xattr()
5059 return ctx.found_idx; in find_xattr()