Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dspinlock_api_up.h36 #define __LOCK_IRQSAVE(lock, flags) \ macro
61 #define _spin_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
62 #define _read_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)
63 #define _write_lock_irqsave(lock, flags) __LOCK_IRQSAVE(lock, flags)