Searched defs:_unlock (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | cleanup.h | 294 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 367 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument 401 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument 406 #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 | 2937 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument
|