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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c21 * o updates to the global unwind data (in structure "unw") are serialized
22 * by the unw.lock spinlock
26 * o if both the unw.lock spinlock and a script's read-write lock must be
147 } unw = { variable in typeref:struct:__anon3552
148 .tables = &unw.kernel_table,
149 .lock = __SPIN_LOCK_UNLOCKED(unw.lock),
245 return (unsigned long) ((char *) addr - (char *) &unw.r0) < sizeof(unw.r0);
256 if (reg < ARRAY_SIZE(unw.pt_regs_offsets))
257 off = unw
[all...]

Completed in 55 milliseconds