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

/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c55 raw_spin_lock_irqsave(&feature_lock, flags);
61 raw_spin_unlock_irqrestore(&feature_lock, flags);
151 raw_spin_lock_irqsave(&feature_lock, flags);
153 raw_spin_unlock_irqrestore(&feature_lock, flags);
174 raw_spin_lock_irqsave(&feature_lock, flags);
176 raw_spin_unlock_irqrestore(&feature_lock, flags);
229 raw_spin_lock_irqsave(&feature_lock, flags);
234 raw_spin_unlock_irqrestore(&feature_lock, flags);
249 raw_spin_lock_irqsave(&feature_lock, flags);
254 raw_spin_unlock_irqrestore(&feature_lock, flag
[all...]
H A Dfeature.c61 DEFINE_RAW_SPINLOCK(feature_lock); variable
63 #define LOCK(flags) raw_spin_lock_irqsave(&feature_lock, flags);
64 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags);
/linux-master/arch/powerpc/include/asm/
H A Dpmac_feature.h381 extern raw_spinlock_t feature_lock;

Completed in 222 milliseconds