ATOMIC_HASH_SIZE 15 include/asm-generic/bitops/atomic.h # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) a)/L1_CACHE_BYTES) & (ATOMIC_HASH_SIZE-1) ])) ATOMIC_HASH_SIZE 17 include/asm-generic/bitops/atomic.h extern raw_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned; ATOMIC_HASH_SIZE 28 include/asm-parisc/atomic.h # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) a)/L1_CACHE_BYTES) & (ATOMIC_HASH_SIZE-1) ])) ATOMIC_HASH_SIZE 30 include/asm-parisc/atomic.h extern raw_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned;