Home
last modified time | relevance | path

Searched refs:atomic_long_cmpxchg (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/asm-generic/
Dlocal.h43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
Datomic-long.h89 #define atomic_long_cmpxchg(l, old, new) \ macro
/linux-4.4.14/fs/
Dnsfs.c99 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in ns_get_path()
/linux-4.4.14/drivers/tty/
Dtty_ldsem.c89 long tmp = atomic_long_cmpxchg(&sem->count, *old, new); in ldsem_cmpxchg()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c1336 atomic_long_cmpxchg(&adev->vm_manager.ids[id].owner, in amdgpu_vm_fini()
/linux-4.4.14/drivers/block/zram/
Dzram_drv.c155 old_max = atomic_long_cmpxchg( in update_used_max()
/linux-4.4.14/kernel/events/
Dcore.c3736 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
/linux-4.4.14/Documentation/
Dmemory-barriers.txt2346 atomic_cmpxchg(); atomic_long_cmpxchg();