Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Datomic-long.h134 #define atomic_long_cmpxchg(l, old, new) \ macro
251 #define atomic_long_cmpxchg(l, old, new) \ macro
Dlocal.h43 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n))
/linux-4.1.27/fs/
Dnsfs.c98 d = atomic_long_cmpxchg(&ns->stashed, 0, (unsigned long)dentry); in ns_get_path()
/linux-4.1.27/drivers/tty/
Dtty_ldsem.c89 long tmp = atomic_long_cmpxchg(&sem->count, *old, new); in ldsem_cmpxchg()
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c574 old_max = atomic_long_cmpxchg( in update_used_max()
/linux-4.1.27/kernel/rcu/
Dtree.c3401 } while (atomic_long_cmpxchg(&rsp->expedited_done, s, snap) != s); in synchronize_sched_expedited()
/linux-4.1.27/kernel/events/
Dcore.c3621 if (WARN(atomic_long_cmpxchg(&event->refcount, 1, 0) != 1, in free_event()
/linux-4.1.27/Documentation/
Dmemory-barriers.txt2378 atomic_cmpxchg(); atomic_long_cmpxchg();