Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dsorttable.h102 struct orc_entry *g_orc_table; variable
130 orc_a = g_orc_table + (a - g_orc_ip_table); in orc_sort_cmp()
170 memcpy(tmp_orc_table, g_orc_table, orc_size); in sort_orctable()
180 g_orc_table[i] = tmp_orc_table[idxs[i]]; in sort_orctable()
347 g_orc_table = (struct orc_entry *)((void *)ehdr + in do_sort()
354 if (!g_orc_ip_table || !g_orc_table) { in do_sort()