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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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--;
84 for(window = 0; window < tp->w_saved; window++) {
92 tp->w_saved = 0;
H A Dsignal.c396 err |= __put_user(tp->w_saved, &sc->sigc_oswins);
397 if (tp->w_saved)
398 for (window = 0; window < tp->w_saved; window++) {
409 tp->w_saved = 0; /* So process is allowed to execute. */
538 if (current_thread_info()->w_saved != 0)
613 if (current_thread_info()->w_saved != 0)
744 err |= __put_user(tp->w_saved, &gw->count);
757 for (window = 0; window < tp->w_saved; window++) {
766 tp->w_saved = 0; /* So process is allowed to execute. */
814 if (current_thread_info()->w_saved)
[all...]
H A Dtraps.c496 TI_W_SAVED != offsetof(struct thread_info, w_saved))
H A Dprocess.c333 current_thread_info()->w_saved = 0;
H A Dptrace.c111 v = t->w_saved;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dthread_info.h50 unsigned long w_saved; member in struct:thread_info

Completed in 98 milliseconds