Searched defs:_unlock (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | cleanup.h | 122 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 194 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument 228 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument 233 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument
|
/openbmc/linux/include/linux/mtd/ |
H A D | mtd.h | 349 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | mtd.h | 271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
/openbmc/linux/kernel/sched/ |
H A D | sched.h | 2643 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument
|