Searched defs:_lock (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | cleanup.h | 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 382 #define DEFINE_GUARD_COND_4(_name, _ext, _lock, _cond) \ argument 395 #define DEFINE_GUARD_COND_3(_name, _ext, _lock) \ argument 476 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument 484 #define __DEFINE_LOCK_GUARD_0(_name, _lock) \ argument 493 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument 498 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument 503 #define DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _cond) \ argument 516 #define DEFINE_LOCK_GUARD_1_COND_3(_name, _ext, _lock) \ argument
|
| A D | local_lock.h | 93 #define local_lock_nested_bh(_lock) \ argument 96 #define local_unlock_nested_bh(_lock) \ argument
|
| A D | lockdep.h | 441 #define LOCK_CONTENDED(_lock, try, lock) \ argument 450 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument 467 #define LOCK_CONTENDED(_lock, try, lock) \ argument 470 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument
|
| A D | spinlock.h | 341 # define spin_lock_init(_lock) \ argument
|
| A D | seqlock.h | 123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument
|
| /include/linux/mtd/ |
| A D | mtd.h | 348 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
| /include/media/ |
| A D | v4l2-ctrls.h | 413 struct mutex _lock; member
|
| A D | v4l2-subdev.h | 752 struct mutex _lock; member
|
Completed in 21 milliseconds