Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/include/asm/
Dthread_info.h24 struct thread_info *real_thread; /* Points to non-IRQ stack */ member
34 .real_thread = NULL, \
/linux-4.1.27/arch/um/kernel/
Dirq.c435 nested = (ti->real_thread != NULL); in to_irq_stack()
444 ti->real_thread = tti; in to_irq_stack()
462 to = ti->real_thread; in from_irq_stack()
464 ti->real_thread = NULL; in from_irq_stack()