Searched refs:new_ (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/parisc/include/asm/ |
H A 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 …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/ |
H A D | 0001-implement-libc-specific-reopen_stream.patch | 27 @@ -165,6 +165,7 @@ static void _check_and_replace_standard_log_streams(FILE *old_stream, FILE *new_
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-trace.txt | 319 JSThinInlineString::new_<(js::AllowGC)1> (inlined)
|