Searched defs:_unlock (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | cleanup.h | 105 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 134 #define __DEFINE_UNLOCK_GUARD(_name, _type, _unlock, ...) \ argument 163 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument 167 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument
|
/linux-6.6.21/include/linux/mtd/ |
D | mtd.h | 349 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
/linux-6.6.21/kernel/sched/ |
D | sched.h | 2635 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument
|