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

/linux-master/arch/um/include/asm/
H A Dthread_info.h25 struct thread_info *real_thread; /* Points to non-IRQ stack */ member in struct:thread_info
36 .real_thread = NULL, \
/linux-master/arch/um/kernel/
H A Dirq.c697 * one. As part of setting up the stack, thread_info->real_thread is
731 nested = (ti->real_thread != NULL);
740 ti->real_thread = tti;
758 to = ti->real_thread;
760 ti->real_thread = NULL;

Completed in 121 milliseconds