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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_native_64.c38 #define HPTE_LOCK_BIT 3 macro
125 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word))
127 while(test_bit(HPTE_LOCK_BIT, word))
136 clear_bit_unlock(HPTE_LOCK_BIT, word);

Completed in 48 milliseconds