Home
last modified time | relevance | path

Searched refs:this_cpu_xchg (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/radix-tree/linux/
H A Dpercpu.h
/linux/include/net/
H A Dproto_memory.h55 int val = this_cpu_xchg(*proto->per_cpu_fw_alloc, 0); in proto_memory_pcpu_drain()
/linux/kernel/
H A Dscs.c37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
H A Dfork.c286 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst52 this_cpu_xchg(pcp, nval)
/linux/include/linux/
H A Dpercpu-defs.h501 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/linux/mm/
H A Dvmstat.c824 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats()
879 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst54 this_cpu_xchg(pcp, nval)
/linux/fs/bcachefs/
H A Dbtree_iter.c3144 trans = this_cpu_xchg(c->btree_trans_bufs->trans, NULL); in __bch2_trans_get()
3289 trans = this_cpu_xchg(c->btree_trans_bufs->trans, trans); in bch2_trans_put()
/linux/kernel/printk/
H A Dprintk.c4454 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()