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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dwindows.c55 if(!tp->w_saved)
59 for(window = tp->w_saved - 1; window >= 0; window--) {
67 shift_window_buffer(window, tp->w_saved - 1, tp);
68 tp->w_saved--;
83 for(window = 0; window < tp->w_saved; window++) {
91 tp->w_saved = 0;
H A Dsignal_32.c337 if (current_thread_info()->w_saved != 0)
414 if (current_thread_info()->w_saved != 0)
H A Dprocess_32.c272 current_thread_info()->w_saved = 0;
H A Dtraps_32.c445 TI_W_SAVED != offsetof(struct thread_info, w_saved))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dthread_info_32.h50 unsigned long w_saved; member in struct:thread_info
H A Dptrace.h249 current_thread_info()->w_saved != 0; \

Completed in 75 milliseconds