Searched refs:curr_unwinder (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.c39 * "curr_unwinder" points to the stack unwinder currently in use. This
45 * All modifications of "curr_unwinder" and "unwinder_list" must be
48 static struct unwinder *curr_unwinder = &stack_reader; variable in typeref:struct:unwinder
63 * setting up curr_unwinder.
73 if (best == curr_unwinder)
118 curr_unwinder = select_unwinder();
146 * can diagnose why curr_unwinder->dump() faulted.
153 list_del(&curr_unwinder->list);
154 curr_unwinder = select_unwinder();
162 curr_unwinder
[all...]

Completed in 48 milliseconds