Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Dunwind.c374 static struct unwind_table *last_table; variable
401 if (last_table) in unwind_add_table()
402 last_table->link = table; in unwind_add_table()
405 last_table = table; in unwind_add_table()
432 last_table = prev; in unlink_table()
449 if (init_only && table == last_table) { in unwind_remove_table()