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

/linux-master/arch/arc/include/asm/
H A Dunwind.h114 extern void unwind_remove_table(void *handle, int init_only);
/linux-master/arch/arc/kernel/
H A Dunwind.c405 int init_only; member in struct:unlink_table_info
418 if (info->init_only) {
434 void unwind_remove_table(void *handle, int init_only) argument
442 if (init_only && table == last_table) {
449 info.init_only = init_only;

Completed in 446 milliseconds