Searched defs:_unlock (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | cleanup.h | 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 463 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument 493 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument 498 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument
|
/linux/include/linux/mtd/ |
H A D | mtd.h | 349 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
/linux/kernel/sched/ |
H A D | sched.h | 2880 DEFINE_LOCK_GUARD_2(name,type,_lock,_unlock,...) global() argument
|