Searched refs:_RD_COUNT_WIDTH (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dspinlock_32.h79 #define _RD_COUNT_WIDTH 8 macro
93 return (rwlock->lock << _RD_COUNT_WIDTH) == 0;
110 if (unlikely(val << _RD_COUNT_WIDTH)) {
139 locked = (val << _RD_COUNT_WIDTH) == 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dspinlock_32.h79 #define _RD_COUNT_WIDTH 8 macro
93 return (rwlock->lock << _RD_COUNT_WIDTH) == 0;
110 if (unlikely(val << _RD_COUNT_WIDTH)) {
139 locked = (val << _RD_COUNT_WIDTH) == 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/lib/
H A Dspinlock_32.c90 #define RD_COUNT_WIDTH _RD_COUNT_WIDTH
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/lib/
H A Dspinlock_32.c90 #define RD_COUNT_WIDTH _RD_COUNT_WIDTH

Completed in 81 milliseconds