Searched refs:__DEFINE_UNLOCK_GUARD (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | cleanup.h | 463 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ macro 495 __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, __VA_ARGS__) \ 500 __DEFINE_UNLOCK_GUARD(_name, void, _unlock, __VA_ARGS__) \
|
| H A D | tty_port.h | 276 __DEFINE_UNLOCK_GUARD(tty_port_tty, struct tty_struct, tty_kref_put(_T->lock));
|
| /linux/kernel/irq/ |
| H A D | internals.h | 173 __DEFINE_UNLOCK_GUARD(irqdesc_lock, struct irq_desc,
|
| /linux/kernel/sched/ |
| H A D | sched.h | 2909 __DEFINE_UNLOCK_GUARD(name, type, _unlock, type *lock2; __VA_ARGS__) \
|