Searched refs:new_ (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/parisc/include/asm/
H A Dcmpxchg.h56 unsigned int new_);
58 unsigned long old, unsigned long new_);
62 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) __cmpxchg() argument
66 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_); __cmpxchg()
69 (unsigned int)old, (unsigned int)new_); __cmpxchg()
87 unsigned long new_, int size) __cmpxchg_local()
91 case 8: return __cmpxchg_u64((unsigned long *)ptr, old, new_); __cmpxchg_local()
93 case 4: return __cmpxchg_u32(ptr, old, new_); __cmpxchg_local()
95 return __cmpxchg_local_generic(ptr, old, new_, size); __cmpxchg_local()
85 __cmpxchg_local(volatile void *ptr, unsigned long old, unsigned long new_, int size) __cmpxchg_local() argument
/linux-4.1.27/arch/sparc/include/asm/
H A Dcmpxchg_32.h42 unsigned long __cmpxchg_u32(volatile u32 *m, u32 old, u32 new_);
46 __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new_, int size) __cmpxchg() argument
50 return __cmpxchg_u32((u32 *)ptr, (u32)old, (u32)new_); __cmpxchg()
/linux-4.1.27/fs/ext4/
H A Dnamei.c3545 * while new_{dentry,inode) refers to the destination dentry/inode
/linux-4.1.27/drivers/md/
H A Dmd.c3418 /* ->takeover must set new_* and/or delta_disks level_store()

Completed in 328 milliseconds