Searched refs:ll_task (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dswitch_to.h36 extern struct task_struct *ll_task;
/linux-master/arch/mips/kernel/
H A Dsyscall.c171 ll_task = current;
H A Dtraps.c527 struct task_struct *ll_task; variable in typeref:struct:task_struct
554 if (ll_task == NULL || ll_task == current) {
559 ll_task = current;
593 if (ll_bit == 0 || ll_task != current) {

Completed in 324 milliseconds