atomic_long_xchg 126 arch/mips/include/asm/local.h #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n))) atomic_long_xchg 366 arch/riscv/include/asm/pgtable.h return __pte(atomic_long_xchg((atomic_long_t *)ptep, 0)); atomic_long_xchg 176 fs/cachefiles/daemon.c b_released = atomic_long_xchg(&cache->b_released, 0); atomic_long_xchg 45 include/asm-generic/local.h #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) atomic_long_xchg 73 include/drm/spsc_queue.h tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next); atomic_long_xchg 140 kernel/rcu/rcu_segcblist.c return atomic_long_xchg(&rsclp->len, v); atomic_long_xchg 290 kernel/sched/loadavg.c delta = atomic_long_xchg(&calc_load_nohz[idx], 0); atomic_long_xchg 31 mm/page_counter.c old_protected = atomic_long_xchg(&c->min_usage, protected); atomic_long_xchg 43 mm/page_counter.c old_protected = atomic_long_xchg(&c->low_usage, protected); atomic_long_xchg 488 mm/vmscan.c nr = atomic_long_xchg(&shrinker->nr_deferred[nid], 0);