Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/shared/linux/
Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/linux-6.14.4/fs/bcachefs/
Dclock.h18 __bch2_increment_clock(clock, this_cpu_xchg(*clock->pcpu_buf, 0)); in bch2_increment_clock()
Dbtree_iter.c3337 trans = this_cpu_xchg(c->btree_trans_bufs->trans, NULL); in __bch2_trans_get()
3489 trans = this_cpu_xchg(c->btree_trans_bufs->trans, trans); in bch2_trans_put()
/linux-6.14.4/include/net/
Dproto_memory.h55 int val = this_cpu_xchg(*proto->per_cpu_fw_alloc, 0); in proto_memory_pcpu_drain()
/linux-6.14.4/kernel/
Dscs.c37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
Dfork.c286 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
/linux-6.14.4/Documentation/translations/zh_CN/core-api/
Dthis_cpu_ops.rst52 this_cpu_xchg(pcp, nval)
/linux-6.14.4/include/linux/
Dpercpu-defs.h503 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/linux-6.14.4/mm/
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-6.14.4/Documentation/core-api/
Dthis_cpu_ops.rst54 this_cpu_xchg(pcp, nval)
/linux-6.14.4/arch/s390/kernel/
Dsmp.c500 bits = this_cpu_xchg(pcpu_devices.ec_mask, 0); in smp_handle_ext_call()
/linux-6.14.4/kernel/printk/
Dprintk.c4482 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()