Searched refs:unwind (Results 26 - 30 of 30) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c3884 goto unwind;
3892 unwind:
3893 /* unwind from head to the slave that failed */
3900 dprintk("unwind err %d dev %s\n", tmp_res,
3950 goto unwind;
3962 goto unwind;
3970 unwind:
3974 /* unwind from head to the slave that failed */
3981 dprintk("unwind err %d dev %s\n", tmp_res,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dptrace.c27 #include <asm/unwind.h>
H A Dunwind.c8 * This file implements call frame unwind support for the Linux
9 * kernel. Parsing and processing the unwind information is
10 * time-consuming, so this implementation translates the unwind
11 * descriptors into unwind scripts. These scripts are very simple
15 * that the script depends on (most unwind descriptors are
17 * all). This code is based on the unwind conventions described in
21 * o updates to the global unwind data (in structure "unw") are serialized
23 * o each unwind script has its own read-write lock; a thread must acquire
36 #include <asm/unwind.h>
85 spinlock_t lock; /* spinlock for unwind dat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dmodule.c43 #include <linux/unwind.h>
1929 /* Size of section 0 is 0, so this works well if no unwind info. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S4423 # all ftrapcc/fscc/fdbcc processing has been completed. unwind the stack frame

Completed in 115 milliseconds

12