Home
last modified time | relevance | path

Searched defs:_unlock (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dcleanup.h105 #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
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h271 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/openbmc/linux/include/linux/mtd/
H A Dmtd.h349 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/openbmc/linux/kernel/sched/
H A Dsched.h2638 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument