Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/kernel/
Dunwinder.c28 static struct list_head unwinder_list; variable
34 .next = &unwinder_list,
35 .prev = &unwinder_list,
51 static struct list_head unwinder_list = { variable
70 if (list_empty(&unwinder_list)) in select_unwinder()
73 best = list_entry(unwinder_list.next, struct unwinder, list); in select_unwinder()
85 struct list_head *tmp, *entry = &unwinder_list; in unwinder_enqueue()
87 list_for_each(tmp, &unwinder_list) { in unwinder_enqueue()
153 if (unwinder_faulted && !list_is_singular(&unwinder_list)) { in unwind_stack()