Home
last modified time | relevance | path

Searched refs:atomic_long_xchg (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/asm-generic/
Datomic-long.h136 #define atomic_long_xchg(v, new) \ macro
253 #define atomic_long_xchg(v, new) \ macro
Dlocal.h44 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n))
/linux-4.1.27/arch/mips/include/asm/
Dlocal.h121 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n)))
/linux-4.1.27/kernel/sched/
Dproc.c222 delta = atomic_long_xchg(&calc_load_idle[idx], 0); in calc_load_fold_idle()
Dfair.c2829 removed_load = atomic_long_xchg(&cfs_rq->removed_load, 0); in update_cfs_rq_blocked_load()
/linux-4.1.27/mm/
Dvmscan.c259 nr = atomic_long_xchg(&shrinker->nr_deferred[nid], 0); in do_shrink_slab()
/linux-4.1.27/Documentation/
Dmemory-barriers.txt2377 atomic_xchg(); atomic_long_xchg();