Searched refs:atomic_long_cmpxchg (Results 1 - 7 of 7) sorted by relevance

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

Completed in 286 milliseconds