Searched refs:__atomic_hash (Results 1 – 4 of 4) sorted by relevance
17 #define ATOMIC_HASH(a) (&__atomic_hash[(((unsigned long)a)>>8) & (ATOMIC_HASH_SIZE-1)])19 spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] = { variable20 [0 ... (ATOMIC_HASH_SIZE-1)] = __SPIN_LOCK_UNLOCKED(__atomic_hash)
30 # define ATOMIC_HASH(a) (&(__atomic_hash[ (((unsigned long) (a))/L1_CACHE_BYTES) & (ATOMIC_HASH_SI…32 extern arch_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned;
15 arch_spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] __lock_aligned = { variable
27 EXPORT_SYMBOL(__atomic_hash);