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

/linux-master/arch/mips/loongson64/
H A Dhpet.c20 static DEFINE_SPINLOCK(hpet_lock);
89 spin_lock(&hpet_lock);
110 spin_unlock(&hpet_lock);
118 spin_lock(&hpet_lock);
124 spin_unlock(&hpet_lock);
132 spin_lock(&hpet_lock);
145 spin_unlock(&hpet_lock);
151 spin_lock(&hpet_lock);
153 spin_unlock(&hpet_lock);
/linux-master/drivers/char/
H A Dhpet.c68 static DEFINE_SPINLOCK(hpet_lock);
116 spin_lock(&hpet_lock);
154 spin_unlock(&hpet_lock);
169 spin_lock_irq(&hpet_lock);
171 spin_unlock_irq(&hpet_lock);
183 spin_unlock_irq(&hpet_lock);
212 spin_lock_irq(&hpet_lock);
217 spin_unlock_irq(&hpet_lock);
232 spin_lock_irq(&hpet_lock);
244 spin_unlock_irq(&hpet_lock);
[all...]
/linux-master/arch/x86/kernel/
H A Dhpet.c782 union hpet_lock { union
790 static union hpet_lock hpet __cacheline_aligned = {
797 union hpet_lock old, new;
799 BUILD_BUG_ON(sizeof(union hpet_lock) != 8);

Completed in 205 milliseconds