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

/linux-master/arch/mips/include/asm/
H A Dswitch_to.h35 extern unsigned int ll_bit;
80 ll_bit = 0; \
/linux-master/arch/mips/kernel/
H A Dsyscall.c170 ll_bit = 1;
179 } while (!ll_bit);
H A Dtraps.c523 * The ll_bit is cleared by r*_switch.S
526 unsigned int ll_bit; variable
555 ll_bit = 1;
557 ll_bit = 0;
593 if (ll_bit == 0 || ll_task != current) {

Completed in 119 milliseconds