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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/lib/
H A Dspinlock_32.c90 #define RD_COUNT_WIDTH _RD_COUNT_WIDTH

Completed in 36 milliseconds