Searched refs:atomic_long_cmpxchg (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
D | atomic-long.h | 134 #define atomic_long_cmpxchg(l, old, new) \ macro 251 #define atomic_long_cmpxchg(l, old, new) \ macro
|
D | local.h | 43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
|
/linux-4.1.27/fs/ |
D | nsfs.c | 98 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in ns_get_path()
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldsem.c | 89 long tmp = atomic_long_cmpxchg(&sem->count, *old, new); in ldsem_cmpxchg()
|
/linux-4.1.27/drivers/block/zram/ |
D | zram_drv.c | 574 old_max = atomic_long_cmpxchg( in update_used_max()
|
/linux-4.1.27/kernel/rcu/ |
D | tree.c | 3401 } while (atomic_long_cmpxchg(&rsp->expedited_done, s, snap) != s); in synchronize_sched_expedited()
|
/linux-4.1.27/kernel/events/ |
D | core.c | 3621 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 2378 atomic_cmpxchg(); atomic_long_cmpxchg();
|