Searched refs:atomic_long_xchg (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | page_counter.c | 28 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage() 37 old_protected = atomic_long_xchg(&c->low_usage, protected); in propagate_protected_usage()
|
A D | vmscan.c | 407 return atomic_long_xchg(&info->nr_deferred[shrinker->id], 0); in xchg_nr_deferred_memcg() 527 return atomic_long_xchg(&shrinker->nr_deferred[nid], 0); in xchg_nr_deferred()
|
/linux-6.3-rc2/include/drm/ |
A D | spsc_queue.h | 73 tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next); in spsc_queue_push()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | local.h | 45 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n))
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | local.h | 61 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n)))
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 490 pte_t pte = __pte(atomic_long_xchg((atomic_long_t *)ptep, 0)); in ptep_get_and_clear() 703 pmd_t pmd = __pmd(atomic_long_xchg((atomic_long_t *)pmdp, 0)); in pmdp_huge_get_and_clear() 722 return __pmd(atomic_long_xchg((atomic_long_t *)pmdp, pmd_val(pmd))); in pmdp_establish()
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | local.h | 99 #define local_xchg(l, n) (atomic_long_xchg((&(l)->a), (n)))
|
/linux-6.3-rc2/kernel/sched/ |
A D | loadavg.c | 289 delta = atomic_long_xchg(&calc_load_nohz[idx], 0); in calc_load_nohz_read()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | daemon.c | 221 b_released = atomic_long_xchg(&cache->b_released, 0); in cachefiles_do_daemon_read()
|
/linux-6.3-rc2/drivers/net/wwan/ |
A D | qcom_bam_dmux.c | 389 pending = atomic_long_xchg(&dmux->tx_deferred_skb, 0); in bam_dmux_tx_wakeup_work()
|
/linux-6.3-rc2/include/linux/atomic/ |
A D | atomic-instrumented.h | 1708 atomic_long_xchg(atomic_long_t *v, long i) in atomic_long_xchg() function
|
/linux-6.3-rc2/kernel/rcu/ |
A D | rcutorture.c | 2894 max_cbs = atomic_long_xchg(&rcu_fwd_max_cbs, 0); in rcu_torture_fwd_prog()
|
Completed in 35 milliseconds