Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Datomic.h23 # define ATOMIC_HASH_SIZE 4 macro
24 # define ATOMIC_HASH(a) (&__atomic_hash[(((unsigned long) a)>>8)&(ATOMIC_HASH_SIZE-1)])
26 extern spinlock_t __atomic_hash[ATOMIC_HASH_SIZE];
38 #define ATOMIC_HASH_SIZE 1 macro
/linux-2.4.37.9/arch/parisc/lib/
Dbitops.c16 spinlock_t __atomic_hash[ATOMIC_HASH_SIZE] = {
17 [0 ... (ATOMIC_HASH_SIZE-1)] = SPIN_LOCK_UNLOCKED