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

/linux-master/arch/arc/kernel/
H A Dunwind.c365 static struct unwind_table *last_table; variable in typeref:struct:unwind_table
394 if (last_table)
395 last_table->link = table;
398 last_table = table;
425 last_table = prev;
442 if (init_only && table == last_table) {

Completed in 161 milliseconds