Searched refs:this_cpu_read (Results 101 - 109 of 109) sorted by relevance

12345

/linux-master/mm/
H A Dslub.c2934 partial_slab = this_cpu_read(s->cpu_slab->partial);
2969 oldslab = this_cpu_read(s->cpu_slab->partial);
H A Dvmalloc.c1822 if (!this_cpu_read(ne_fit_preload_node))
/linux-master/kernel/trace/
H A Dtrace.c1051 if (this_cpu_read(trace_buffered_event) == event) {
7159 if (rbe == this_cpu_read(trace_buffered_event))
H A Dftrace.c177 pid = this_cpu_read(tr->array_buffer.data->ftrace_ignore_pid);
/linux-master/include/linux/
H A Dnetdevice.h3261 return this_cpu_read(softnet_data.xmit.recursion);
/linux-master/net/core/
H A Ddev.c4999 if (!skb_cow_data_for_xdp(this_cpu_read(system_page_pool), pskb, prog))
11873 napi->thread = this_cpu_read(backlog_napi);
/linux-master/fs/ext4/
H A Dmballoc.c6195 seq = this_cpu_read(discard_pa_seq);
/linux-master/net/ipv6/
H A Droute.c1405 pcpu_rt = this_cpu_read(*res->nh->rt6i_pcpu);
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7238 u64 hostval = this_cpu_read(x86_spec_ctrl_current);

Completed in 370 milliseconds

12345