Searched refs:atomic_long_cmpxchg (Results 1 – 8 of 8) sorted by relevance
| /linux-4.4.14/include/asm-generic/ |
| D | local.h | 43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
| D | atomic-long.h | 89 #define atomic_long_cmpxchg(l, old, new) \ macro
|
| /linux-4.4.14/fs/ |
| D | nsfs.c | 99 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in ns_get_path()
|
| /linux-4.4.14/drivers/tty/ |
| D | tty_ldsem.c | 89 long tmp = atomic_long_cmpxchg(&sem->count, *old, new); in ldsem_cmpxchg()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm.c | 1336 atomic_long_cmpxchg(&adev->vm_manager.ids[id].owner, in amdgpu_vm_fini()
|
| /linux-4.4.14/drivers/block/zram/ |
| D | zram_drv.c | 155 old_max = atomic_long_cmpxchg( in update_used_max()
|
| /linux-4.4.14/kernel/events/ |
| D | core.c | 3736 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|
| /linux-4.4.14/Documentation/ |
| D | memory-barriers.txt | 2346 atomic_cmpxchg(); atomic_long_cmpxchg();
|