Searched refs:orc_sort_swap (Results 1 - 2 of 2) sorted by path

/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c202 static void orc_sort_swap(void *_a, void *_b, int size) function
254 * The 'cur_orc_*' globals allow the orc_sort_swap() callback to
261 sort(orc_ip, num_entries, sizeof(int), orc_sort_cmp, orc_sort_swap);
/linux-master/arch/x86/kernel/
H A Dunwind_orc.c250 static void orc_sort_swap(void *_a, void *_b, int size) function
301 * The 'cur_orc_*' globals allow the orc_sort_swap() callback to
308 sort(orc_ip, num_entries, sizeof(int), orc_sort_cmp, orc_sort_swap);

Completed in 320 milliseconds