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