Searched refs:new_ (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/parisc/include/asm/ |
D | cmpxchg.h | 61 unsigned int new_); 62 extern u64 __cmpxchg_u64(volatile u64 *ptr, u64 old, u64 new_); 63 extern u8 __cmpxchg_u8(volatile u8 *ptr, u8 old, u8 new_); 67 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument 71 case 8: return __cmpxchg_u64((u64 *)ptr, old, new_); in __cmpxchg() 74 (unsigned int)old, (unsigned int)new_); in __cmpxchg() 75 case 1: return __cmpxchg_u8((u8 *)ptr, old & 0xff, new_ & 0xff); in __cmpxchg() 93 unsigned long new_, int size) in __cmpxchg_local() argument 97 case 8: return __cmpxchg_u64((u64 *)ptr, old, new_); in __cmpxchg_local() 99 case 4: return __cmpxchg_u32(ptr, old, new_); in __cmpxchg_local() [all …]
|
/linux-6.1.9/arch/sparc/include/asm/ |
D | cmpxchg_32.h | 42 unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_); 46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) in __cmpxchg() argument 50 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_); in __cmpxchg()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-trace.txt | 319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
|