Searched refs:unwinder_list (Results 1 – 1 of 1) sorted by relevance
27 static struct list_head unwinder_list; variable33 .next = &unwinder_list,34 .prev = &unwinder_list,50 static struct list_head unwinder_list = { variable69 if (list_empty(&unwinder_list)) in select_unwinder()72 best = list_entry(unwinder_list.next, struct unwinder, list); in select_unwinder()84 struct list_head *tmp, *entry = &unwinder_list; in unwinder_enqueue()86 list_for_each(tmp, &unwinder_list) { in unwinder_enqueue()152 if (unwinder_faulted && !list_is_singular(&unwinder_list)) { in unwind_stack()