Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dunwind_orc.c206 struct orc_entry *orc_a, *orc_b; in orc_sort_swap() local
214 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_swap()
216 swap(*orc_a, *orc_b); in orc_sort_swap()
224 struct orc_entry *orc_a; in orc_sort_cmp() local
237 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_cmp()
239 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()
/linux-6.15/arch/x86/kernel/
H A Dunwind_orc.c252 struct orc_entry *orc_a, *orc_b; in orc_sort_swap() local
262 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_swap()
264 swap(*orc_a, *orc_b); in orc_sort_swap()
269 struct orc_entry *orc_a; in orc_sort_cmp() local
285 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_cmp()
286 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()
/linux-6.15/scripts/
H A Dsorttable.c473 struct orc_entry *orc_a, *orc_b; in orc_sort_cmp() local
490 orc_a = g_orc_table + (a - g_orc_ip_table); in orc_sort_cmp()
492 if (orc_a->type == ORC_TYPE_UNDEFINED && orc_b->type == ORC_TYPE_UNDEFINED) in orc_sort_cmp()
494 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()