isl_lock          352 arch/ia64/kernel/mca.c 	spinlock_t	isl_lock;
isl_lock          360 arch/ia64/kernel/mca.c #define IA64_LOG_LOCK_INIT(it) spin_lock_init(&ia64_state_log[it].isl_lock)
isl_lock          361 arch/ia64/kernel/mca.c #define IA64_LOG_LOCK(it)      spin_lock_irqsave(&ia64_state_log[it].isl_lock, s)
isl_lock          362 arch/ia64/kernel/mca.c #define IA64_LOG_UNLOCK(it)    spin_unlock_irqrestore(&ia64_state_log[it].isl_lock,s)