Home
last modified time | relevance | path

Searched refs:new_ (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/parisc/include/asm/
Dcmpxchg.h60 extern u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new_);
61 extern u16 __cmpxchg_u16(volatile u16 *ptr, u16 old, u16 new_);
62 extern u32 __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
63 extern u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new_);
67 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
71 size == 8 ? __cmpxchg_u64(ptr, old, new_) : in __cmpxchg()
73 size == 4 ? __cmpxchg_u32(ptr, old, new_) : in __cmpxchg()
74 size == 2 ? __cmpxchg_u16(ptr, old, new_) : in __cmpxchg()
75 size == 1 ? __cmpxchg_u8(ptr, old, new_) : in __cmpxchg()
91 unsigned long new_, int size) in __cmpxchg_local() argument
[all …]
/linux-6.12.1/arch/sparc/include/asm/
Dcmpxchg_32.h41 u8 __cmpxchg_u8(volatile u8 *m, u8 old, u8 new_);
42 u16 __cmpxchg_u16(volatile u16 *m, u16 old, u16 new_);
43 u32 __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
47 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument
50 size == 1 ? __cmpxchg_u8(ptr, old, new_) : in __cmpxchg()
51 size == 2 ? __cmpxchg_u16(ptr, old, new_) : in __cmpxchg()
52 size == 4 ? __cmpxchg_u32(ptr, old, new_) : in __cmpxchg()
/linux-6.12.1/tools/perf/Documentation/
Dperf-trace.txt319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)