Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dprocessor_32.h57 #define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */ macro
61 .flags = SPARC_FLAG_KTHREAD, \
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dprocess_32.c221 if (current->thread.flags & SPARC_FLAG_KTHREAD) {
222 current->thread.flags &= ~SPARC_FLAG_KTHREAD;
316 p->thread.flags |= SPARC_FLAG_KTHREAD;
328 p->thread.flags &= ~SPARC_FLAG_KTHREAD;

Completed in 1 milliseconds