Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arc/kernel/
Dunwind.c359 static struct unwind_table *last_table; variable
384 if (last_table) in unwind_add_table()
385 last_table->link = table; in unwind_add_table()
388 last_table = table; in unwind_add_table()
415 last_table = prev; in unlink_table()
432 if (init_only && table == last_table) { in unwind_remove_table()