Searched refs:NR_LOCKS (Results 1 - 1 of 1) sorted by relevance

/linux-master/lib/
H A Datomic64.c22 #define NR_LOCKS 16 macro
30 } atomic64_lock[NR_LOCKS] __cacheline_aligned_in_smp = {
31 [0 ... (NR_LOCKS - 1)] = {
42 return &atomic64_lock[addr & (NR_LOCKS - 1)].lock;

Completed in 133 milliseconds