Home
last modified time | relevance | path

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

/arch/powerpc/platforms/iseries/
Dhtab.c22 static spinlock_t iSeries_hlocks[64] __cacheline_aligned_in_smp = variable
32 spin_lock(&iSeries_hlocks[(slot >> 4) & 0x3f]); in iSeries_hlock()
39 spin_unlock(&iSeries_hlocks[(slot >> 4) & 0x3f]); in iSeries_hunlock()