Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Dspinlock_32.h82 #define _RD_COUNT_WIDTH 8 macro
89 return (rwlock->lock << _RD_COUNT_WIDTH) == 0; in arch_read_can_lock()
/linux-4.4.14/arch/tile/lib/
Dspinlock_32.c100 #define RD_COUNT_WIDTH _RD_COUNT_WIDTH
118 if (likely((val << _RD_COUNT_WIDTH) == 0)) { in arch_read_trylock()