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

/linux-4.1.27/arch/mips/include/asm/
H A Dswitch_to.h43 extern unsigned int ll_bit;
82 ll_bit = 0; \
/linux-4.1.27/arch/mips/kernel/
H A Dsyscall.c170 ll_bit = 1; mips_atomic_set()
179 } while (!ll_bit); mips_atomic_set()
H A Dtraps.c507 * The ll_bit is cleared by r*_switch.S
510 unsigned int ll_bit; variable
539 ll_bit = 1; simulate_ll()
541 ll_bit = 0; simulate_ll()
577 if (ll_bit == 0 || ll_task != current) { simulate_sc()

Completed in 99 milliseconds