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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dunwinder.c27 static struct list_head unwinder_list; variable in typeref:struct:list_head
33 .next = &unwinder_list,
34 .prev = &unwinder_list,
42 * "unwinder_list" is a linked-list of all available unwinders, sorted
45 * All modifications of "curr_unwinder" and "unwinder_list" must be
50 static struct list_head unwinder_list = { variable in typeref:struct:list_head
69 if (list_empty(&unwinder_list))
72 best = list_entry(unwinder_list.next, struct unwinder, list);
84 struct list_head *tmp, *entry = &unwinder_list;
86 list_for_each(tmp, &unwinder_list) {
[all...]

Completed in 34 milliseconds