Searched refs:__atomic_hash (Results 1 – 3 of 3) sorted by relevance
24 # define ATOMIC_HASH(a) (&__atomic_hash[(((unsigned long) a)>>8)&(ATOMIC_HASH_SIZE-1)])26 extern spinlock_t __atomic_hash[ATOMIC_HASH_SIZE];
16 spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] = { variable
78 EXPORT_SYMBOL(__atomic_hash);