Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dunwind_orc.c207 struct orc_entry *orc_a, *orc_b; in orc_sort_swap() local
215 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_swap()
217 swap(*orc_a, *orc_b); in orc_sort_swap()
225 struct orc_entry *orc_a; in orc_sort_cmp() local
238 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_cmp()
240 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()
/linux/arch/x86/kernel/
H A Dunwind_orc.c268 struct orc_entry *orc_a, *orc_b; in orc_sort_swap() local
278 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_swap()
280 swap(*orc_a, *orc_b); in orc_sort_swap()
285 struct orc_entry *orc_a; in orc_sort_cmp() local
301 orc_a = cur_orc_table + (a - cur_orc_ip_table); in orc_sort_cmp()
302 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()
/linux/scripts/
H A Dsorttable.c140 struct orc_entry *orc_a, *orc_b; in orc_sort_cmp() local
157 orc_a = g_orc_table + (a - g_orc_ip_table); in orc_sort_cmp()
159 if (orc_a->type == ORC_TYPE_UNDEFINED && orc_b->type == ORC_TYPE_UNDEFINED) in orc_sort_cmp()
161 return orc_a->type == ORC_TYPE_UNDEFINED ? -1 : 1; in orc_sort_cmp()