Searched refs:_lock (Results 1 – 9 of 9) 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 396 DEFINE_GUARD_COND_4(_name, _ext, _lock, _RET) 476 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument 480 _lock; \ 484 #define __DEFINE_LOCK_GUARD_0(_name, _lock) \ argument 489 _lock; \ 496 __DEFINE_LOCK_GUARD_1(_name, _type, _lock) 501 __DEFINE_LOCK_GUARD_0(_name, _lock) [all …]
|
| A D | local_lock.h | 93 #define local_lock_nested_bh(_lock) \ argument 94 __local_lock_nested_bh(this_cpu_ptr(_lock)) 96 #define local_unlock_nested_bh(_lock) \ argument 97 __local_unlock_nested_bh(this_cpu_ptr(_lock))
|
| A D | lockdep.h | 441 #define LOCK_CONTENDED(_lock, try, lock) \ argument 443 if (!try(_lock)) { \ 444 lock_contended(&(_lock)->dep_map, _RET_IP_); \ 445 lock(_lock); \ 447 lock_acquired(&(_lock)->dep_map, _RET_IP_); \ 453 if (!try(_lock)) { \ 455 ____err = lock(_lock); \ 458 lock_acquired(&(_lock)->dep_map, _RET_IP_); \ 467 #define LOCK_CONTENDED(_lock, try, lock) \ argument 468 lock(_lock) [all …]
|
| A D | spinlock.h | 341 # define spin_lock_init(_lock) \ argument 343 spinlock_check(_lock); \ 344 *(_lock) = __SPIN_LOCK_UNLOCKED(_lock); \
|
| A D | seqlock.h | 123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument 127 __SEQ_LOCK(____s->lock = (_lock)); \ 166 __SEQ_LOCK(lockbase##_lock(s->lock)); \
|
| A D | wait_bit.h | 466 type ## _lock(lock)); \
|
| /include/media/ |
| A D | v4l2-ctrls.h | 413 struct mutex _lock; member
|
| A D | v4l2-subdev.h | 752 struct mutex _lock; member
|
| /include/linux/mtd/ |
| A D | mtd.h | 348 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
Completed in 24 milliseconds