Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcleanup.h463 #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 Dtty_port.h276 __DEFINE_UNLOCK_GUARD(tty_port_tty, struct tty_struct, tty_kref_put(_T->lock));
/linux/kernel/irq/
H A Dinternals.h173 __DEFINE_UNLOCK_GUARD(irqdesc_lock, struct irq_desc,
/linux/kernel/sched/
H A Dsched.h2909 __DEFINE_UNLOCK_GUARD(name, type, _unlock, type *lock2; __VA_ARGS__) \