/linux/include/linux/ |
H 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_LOCK_GUARD_1(_name,_type,_lock,_unlock,...) global() argument 498 DEFINE_LOCK_GUARD_0(_name,_lock,_unlock,...) global() argument 503 DEFINE_LOCK_GUARD_1_COND_4(_name,_ext,_lock,_cond) global() argument 516 DEFINE_LOCK_GUARD_1_COND_3(_name,_ext,_lock) global() argument [all...] |
H A D | local_lock.h | 93 #define local_lock_nested_bh(_lock) \ argument 96 #define local_unlock_nested_bh(_lock) \ argument
|
H A D | lockdep.h | 441 #define LOCK_CONTENDED(_lock, try, lock) \ argument 450 #define LOCK_CONTENDED_RETURN(_lock, try, lock) \ argument 467 LOCK_CONTENDED(_lock,try,lock) global() argument 470 LOCK_CONTENDED_RETURN(_lock,try,lock) global() argument [all...] |
H A D | spinlock.h | 341 # define spin_lock_init(_lock) \ argument
|
H A D | seqlock.h | 123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument
|
/linux/drivers/clk/sunxi-ng/ |
H A D | ccu_nm.h | 43 _gate, _lock, _flags) \ argument 66 _gate, _lock, _flags) \ argument 91 _gate, _lock, _flags) \ argument 119 _gate, _lock, _flags, \ argument 149 _gate, _lock, _flags) \ argument 169 SUNXI_CCU_NM_WITH_FRAC_GATE_LOCK_MIN_MAX_CLOSEST(_struct,_name,_parent,_reg,_min_rate,_max_rate,_nshift,_nwidth,_mshift,_mwidth,_frac_en,_frac_sel,_frac_rate_0,_frac_rate_1,_gate,_lock,_flags) global() argument 185 SUNXI_CCU_NM_WITH_GATE_LOCK(_struct,_name,_parent,_reg,_nshift,_nwidth,_mshift,_mwidth,_gate,_lock,_flags) global() argument [all...] |
H A D | ccu_nk.h | 36 _gate, _lock, _postdiv, \ argument
|
H A D | ccu_nkmp.h | 40 _gate, _lock, _flags) \ argument
|
H A D | ccu_mult.h | 46 _mshift, _mwidth, _gate, _lock, \ argument
|
/linux/arch/x86/include/asm/ |
H A D | cmpxchg_32.h | 17 #define __arch_cmpxchg64(_ptr, _old, _new, _lock) \ argument 42 #define __arch_try_cmpxchg64(_ptr, _oldp, _new, _lock) \ argument 89 #define __arch_cmpxchg64_emu(_ptr, _old, _new, _lock_loc, _lock) \ argument 118 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument
|
H A D | cmpxchg_64.h | 36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument 62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
|
/linux/drivers/soc/sunxi/ |
H A D | sunxi_sram.c | 333 static void sunxi_sram_lock(void *_lock) in sunxi_sram_lock() argument 340 static void sunxi_sram_unlock(void *_lock) in sunxi_sram_unlock() argument
|
/linux/drivers/clk/tegra/ |
H A D | clk-tegra124.c | 97 #define MUX8_NOGATE_LOCK(_name, _parents, _offset, _clk_id, _lock) \ argument 105 _gate_flags, _clk_id, _lock) \ argument
|
H A D | clk-tegra-periph.c | 153 #define MUX8_NOGATE_LOCK(_name, _parents, _offset, _clk_id, _lock) \ argument 223 _gate_flags, _clk_id, _lock) \ argument
|
H A D | clk.h | 644 _gate_flags, _table, _lock) \ argument 688 _flags, _lock) \ argument
|
/linux/arch/arm/mach-omap2/ |
H A D | powerdomain.h | 130 spinlock_t _lock; member
|
H A D | omap_hwmod.h | 593 spinlock_t _lock; member
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 413 struct mutex _lock; member
|
H A D | v4l2-subdev.h | 752 struct mutex _lock; member
|
/linux/include/linux/mtd/ |
H A D | mtd.h | 348 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
|
/linux/kernel/sched/ |
H A D | sched.h | 2877 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument
|
/linux/drivers/scsi/ |
H A D | ipr.h | 498 spinlock_t _lock; member
|