Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dswitch_to.h35 extern unsigned int ll_bit;
80 ll_bit = 0; \
/Linux-v5.4/arch/mips/kernel/
Dsyscall.c168 ll_bit = 1; in mips_atomic_set()
177 } while (!ll_bit); in mips_atomic_set()
Dtraps.c518 unsigned int ll_bit; variable
547 ll_bit = 1; in simulate_ll()
549 ll_bit = 0; in simulate_ll()
585 if (ll_bit == 0 || ll_task != current) { in simulate_sc()