Home
last modified time | relevance | path

Searched defs:_lock (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.12.1/include/linux/
Dcleanup.h290 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument
354 #define __DEFINE_LOCK_GUARD_1(_name, _type, _lock) \ argument
362 #define __DEFINE_LOCK_GUARD_0(_name, _lock) \ argument
371 #define DEFINE_LOCK_GUARD_1(_name, _type, _lock, _unlock, ...) \ argument
375 #define DEFINE_LOCK_GUARD_0(_name, _lock, _unlock, ...) \ argument
Dlocal_lock.h65 #define local_lock_nested_bh(_lock) \ argument
68 #define local_unlock_nested_bh(_lock) \ argument
Dlockdep.h441 #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
Dspinlock.h341 # define spin_lock_init(_lock) \ argument
Dseqlock.h123 #define seqcount_LOCKNAME_init(s, _lock, lockname) \ argument
/linux-6.12.1/drivers/clk/sunxi-ng/
Dccu_nm.h43 _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 _gate, _lock, _flags) \ argument
185 _gate, _lock, _flags) \ argument
Dccu_nkm.h41 _gate, _lock, _flags) \ argument
62 _gate, _lock, _flags) \ argument
Dccu_nk.h36 _gate, _lock, _postdiv, \ argument
Dccu_nkmp.h40 _gate, _lock, _flags) \ argument
Dccu_mult.h46 _mshift, _mwidth, _gate, _lock, \ argument
/linux-6.12.1/arch/x86/include/asm/
Dcmpxchg_32.h17 #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
116 #define __arch_try_cmpxchg64_emu(_ptr, _oldp, _new, _lock_loc, _lock) \ argument
Dcmpxchg_64.h36 #define __arch_cmpxchg128(_ptr, _old, _new, _lock) \ argument
62 #define __arch_try_cmpxchg128(_ptr, _oldp, _new, _lock) \ argument
/linux-6.12.1/fs/bcachefs/
Dseqmutex.h12 #define seqmutex_init(_lock) mutex_init(&(_lock)->lock) argument
/linux-6.12.1/drivers/soc/sunxi/
Dsunxi_sram.c333 static void sunxi_sram_lock(void *_lock) in sunxi_sram_lock()
340 static void sunxi_sram_unlock(void *_lock) in sunxi_sram_unlock()
/linux-6.12.1/drivers/clk/tegra/
Dclk-tegra124.c97 #define MUX8_NOGATE_LOCK(_name, _parents, _offset, _clk_id, _lock) \ argument
105 _gate_flags, _clk_id, _lock) \ argument
Dclk-tegra-periph.c153 #define MUX8_NOGATE_LOCK(_name, _parents, _offset, _clk_id, _lock) \ argument
223 _gate_flags, _clk_id, _lock) \ argument
Dclk.h645 _gate_flags, _table, _lock) \ argument
689 _flags, _lock) \ argument
/linux-6.12.1/arch/arm/mach-omap2/
Dpowerdomain.h130 spinlock_t _lock; member
Domap_hwmod.h593 spinlock_t _lock; member
/linux-6.12.1/drivers/clk/samsung/
Dclk.h270 #define __PLL(_typ, _id, _name, _pname, _flags, _lock, _con, _rtable) \ argument
282 #define PLL(_typ, _id, _name, _pname, _lock, _con, _rtable) \ argument
/linux-6.12.1/include/linux/mtd/
Dmtd.h348 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); member
/linux-6.12.1/include/media/
Dv4l2-ctrls.h397 struct mutex _lock; member
Dv4l2-subdev.h754 struct mutex _lock; member
/linux-6.12.1/drivers/scsi/ibmvscsi/
Dibmvfc.h799 spinlock_t _lock; member
/linux-6.12.1/kernel/sched/
Dsched.h2933 #define DEFINE_LOCK_GUARD_2(name, type, _lock, _unlock, ...) \ argument

12