Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/kernel/
Dunwinder.c27 static struct list_head unwinder_list; variable
33 .next = &unwinder_list,
34 .prev = &unwinder_list,
50 static struct list_head unwinder_list = { variable
69 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()