Home
last modified time | relevance | path

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

/linux/arch/arc/kernel/
H A Dunwind.c356 static struct unwind_table *last_table; variable
385 if (last_table) in unwind_add_table()
386 last_table->link = table; in unwind_add_table()
389 last_table = table; in unwind_add_table()
416 last_table = prev; in unlink_table()
433 if (init_only && table == last_table) { in unwind_remove_table()