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

12345

/linux-master/kernel/bpf/
H A Dhelpers.c798 if (WARN_ON_ONCE(this_cpu_read(bpf_bprintf_nest_level) == 0))
1455 if (this_cpu_read(hrtimer_running) == t) {
1531 if (this_cpu_read(hrtimer_running) != t)
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c83 if (this_cpu_read(x86_spec_ctrl_current) == val)
98 return this_cpu_read(x86_spec_ctrl_current);
H A Dintel.c601 msr = this_cpu_read(msr_misc_features_shadow);
/linux-master/arch/x86/kernel/
H A Dalternative.c1789 if (this_cpu_read(cpu_tlbstate_shared.is_lazy))
1792 temp_state.mm = this_cpu_read(cpu_tlbstate.loaded_mm);
H A Dtraps.c383 struct pt_regs *gpregs = (struct pt_regs *)this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1;
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c564 chip = this_cpu_read(chip_info);
/linux-master/kernel/kcsan/
H A Dcore.c298 u32 state = this_cpu_read(kcsan_rand_state);
/linux-master/arch/arm64/kernel/
H A Dtraps.c881 unsigned long irq_stk = (unsigned long)this_cpu_read(irq_stack_ptr);
/linux-master/drivers/acpi/
H A Dprocessor_idle.c648 cx = this_cpu_read(acpi_cstate[index]);
/linux-master/arch/x86/events/amd/
H A Dcore.c875 if (time_after(jiffies, this_cpu_read(perf_nmi_tstamp)))
/linux-master/net/ipv6/
H A Dicmp.c107 sk = this_cpu_read(ipv6_icmp_sk);
/linux-master/arch/x86/events/intel/
H A Dds.c1490 u8 *buf = this_cpu_read(insn_buffer);
1991 WARN_ON(this_cpu_read(cpu_hw_events.enabled));
H A Dp4.c1012 s64 left = this_cpu_read(pmc_prev_left[hwc->idx]);
/linux-master/drivers/nvdimm/
H A Dregion_devs.c1156 idx = this_cpu_read(flush_idx);
/linux-master/drivers/dma/
H A Ddmaengine.c547 return this_cpu_read(channel_table[tx_type]->chan);
/linux-master/net/netfilter/
H A Dnft_ct.c251 ct = this_cpu_read(nft_ct_pcpu_template);
/linux-master/net/ipv4/
H A Dicmp.c205 sk = this_cpu_read(ipv4_icmp_sk);
H A Dtcp_ipv4.c888 ctl_sk = this_cpu_read(ipv4_tcp_sk);
1008 ctl_sk = this_cpu_read(ipv4_tcp_sk);
/linux-master/include/linux/
H A Dperf_event.h657 (this_cpu_read(hardirqs_enabled) && \
/linux-master/kernel/locking/
H A Dlockdep.c119 if (this_cpu_read(lockdep_recursion))
4322 if (unlikely(this_cpu_read(lockdep_recursion)))
4391 if (unlikely(this_cpu_read(lockdep_recursion)))
/linux-master/mm/
H A Dswapfile.c668 *scan_base = this_cpu_read(*si->cluster_next_cpu);
791 prev = this_cpu_read(*si->cluster_next_cpu);
875 scan_base = this_cpu_read(*si->cluster_next_cpu);
H A Dslub.c3008 partial_slab = this_cpu_read(s->cpu_slab->partial);
3043 oldslab = this_cpu_read(s->cpu_slab->partial);
/linux-master/kernel/
H A Dcpu.c1208 kthread_unpark(this_cpu_read(cpuhp_state.thread));
/linux-master/net/openvswitch/
H A Dactions.c86 int level = this_cpu_read(exec_actions_level);
/linux-master/kernel/trace/
H A Dtrace_events.c838 if (!this_cpu_read(tr->array_buffer.data->ignore_pid))
856 if (this_cpu_read(tr->array_buffer.data->ignore_pid))

Completed in 635 milliseconds

12345