Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/Linux-v5.4/kernel/
Dwatchdog_hld.c23 static DEFINE_PER_CPU(bool, hard_watchdog_warn);
24 static DEFINE_PER_CPU(bool, watchdog_nmi_touch);
25 static DEFINE_PER_CPU(struct perf_event *, watchdog_ev);
26 static DEFINE_PER_CPU(struct perf_event *, dead_event);
46 static DEFINE_PER_CPU(ktime_t, last_timestamp);
47 static DEFINE_PER_CPU(unsigned int, nmi_rearmed);
Dwatchdog.c171 static DEFINE_PER_CPU(unsigned long, watchdog_touch_ts);
172 static DEFINE_PER_CPU(struct hrtimer, watchdog_hrtimer);
173 static DEFINE_PER_CPU(bool, softlockup_touch_sync);
174 static DEFINE_PER_CPU(bool, soft_watchdog_warn);
175 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts);
176 static DEFINE_PER_CPU(unsigned long, soft_lockup_hrtimer_cnt);
177 static DEFINE_PER_CPU(struct task_struct *, softlockup_task_ptr_saved);
178 static DEFINE_PER_CPU(unsigned long, hrtimer_interrupts_saved);
340 static DEFINE_PER_CPU(struct completion, softlockup_completion);
341 static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);
Dirq_work.c24 static DEFINE_PER_CPU(struct llist_head, raised_list);
25 static DEFINE_PER_CPU(struct llist_head, lazy_list);
/Linux-v5.4/arch/microblaze/kernel/
Dsetup.c38 DEFINE_PER_CPU(unsigned int, KSP); /* Saved kernel stack pointer */
39 DEFINE_PER_CPU(unsigned int, KM); /* Kernel/user mode */
40 DEFINE_PER_CPU(unsigned int, ENTRY_SP); /* Saved SP on kernel entry */
41 DEFINE_PER_CPU(unsigned int, R11_SAVE); /* Temp variable for entry */
42 DEFINE_PER_CPU(unsigned int, CURRENT_SAVE); /* Saved current pointer */
/Linux-v5.4/arch/x86/kernel/
Dnmi.c77 static DEFINE_PER_CPU(struct nmi_stats, nmi_stats);
309 static DEFINE_PER_CPU(bool, swallow_nmi);
310 static DEFINE_PER_CPU(unsigned long, last_nmi_rip);
474 static DEFINE_PER_CPU(enum nmi_states, nmi_state);
475 static DEFINE_PER_CPU(unsigned long, nmi_cr2);
492 static DEFINE_PER_CPU(int, update_debug_stack);
Dirq_32.c54 DEFINE_PER_CPU(struct irq_stack *, hardirq_stack_ptr);
55 DEFINE_PER_CPU(struct irq_stack *, softirq_stack_ptr);
/Linux-v5.4/arch/x86/xen/
Dspinlock.c18 static DEFINE_PER_CPU(int, lock_kicker_irq) = -1;
19 static DEFINE_PER_CPU(char *, irq_name);
20 static DEFINE_PER_CPU(atomic_t, xen_qlock_wait_nest);
Dsmp.c14 static DEFINE_PER_CPU(struct xen_common_irq, xen_resched_irq) = { .irq = -1 };
15 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfunc_irq) = { .irq = -1 };
16 static DEFINE_PER_CPU(struct xen_common_irq, xen_callfuncsingle_irq) = { .irq = -1 };
17 static DEFINE_PER_CPU(struct xen_common_irq, xen_debug_irq) = { .irq = -1 };
Denlighten.c41 DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu);
48 DEFINE_PER_CPU(struct vcpu_info, xen_vcpu_info);
51 DEFINE_PER_CPU(uint32_t, xen_vcpu_id);
/Linux-v5.4/arch/csky/mm/
Dcontext.c14 static DEFINE_PER_CPU(atomic64_t, active_asids);
15 static DEFINE_PER_CPU(u64, reserved_asids);
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dintel.c42 static DEFINE_PER_CPU(mce_banks_t, mce_banks_owned);
51 static DEFINE_PER_CPU(int, cmci_backoff_cnt);
64 static DEFINE_PER_CPU(unsigned long, cmci_time_stamp);
65 static DEFINE_PER_CPU(unsigned int, cmci_storm_cnt);
66 static DEFINE_PER_CPU(unsigned int, cmci_storm_state);
/Linux-v5.4/arch/sparc/kernel/
Dnmi.c48 static DEFINE_PER_CPU(short, wd_enabled);
51 static DEFINE_PER_CPU(unsigned int, last_irq_sum);
52 static DEFINE_PER_CPU(long, alert_counter);
53 static DEFINE_PER_CPU(int, nmi_touch);
/Linux-v5.4/arch/mips/kernel/
Dcevt-sb1250.c92 static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent);
93 static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction);
94 static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
Dcevt-bcm1480.c93 static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent);
94 static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction);
95 static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
/Linux-v5.4/arch/arm64/kernel/
Dirq.c28 DEFINE_PER_CPU(struct nmi_ctx, nmi_contexts);
30 DEFINE_PER_CPU(unsigned long *, irq_stack_ptr);
/Linux-v5.4/arch/x86/kernel/apic/
Dx2apic_cluster.c18 static DEFINE_PER_CPU(u32, x86_cpu_to_logical_apicid);
19 static DEFINE_PER_CPU(cpumask_var_t, ipi_mask);
20 static DEFINE_PER_CPU(struct cluster_mask *, cluster_masks);
/Linux-v5.4/arch/sh/kernel/
Dkprobes.c17 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
18 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
20 static DEFINE_PER_CPU(struct kprobe, saved_current_opcode);
21 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode);
22 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode2);
/Linux-v5.4/arch/powerpc/kernel/
Dmce.c23 static DEFINE_PER_CPU(int, mce_nest_count);
24 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT], mce_event);
27 static DEFINE_PER_CPU(int, mce_queue_count);
28 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT], mce_event_queue);
31 static DEFINE_PER_CPU(int, mce_ue_count);
32 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT],
/Linux-v5.4/arch/arm/mm/
Dproc-v7-bugs.c13 DEFINE_PER_CPU(harden_branch_predictor_fn_t, harden_branch_predictor_fn);
137 static DEFINE_PER_CPU(bool, spectre_warned);
/Linux-v5.4/kernel/printk/
Dprintk_safe.c44 static DEFINE_PER_CPU(struct printk_safe_seq_buf, safe_print_seq);
45 static DEFINE_PER_CPU(int, printk_context);
48 static DEFINE_PER_CPU(struct printk_safe_seq_buf, nmi_print_seq);
/Linux-v5.4/lib/
Dpercpu_test.c17 static DEFINE_PER_CPU(long, long_counter);
18 static DEFINE_PER_CPU(unsigned long, ulong_counter);
Dirq_regs.c12 DEFINE_PER_CPU(struct pt_regs *, __irq_regs);
/Linux-v5.4/mm/
Dswap.c47 static DEFINE_PER_CPU(struct pagevec, lru_add_pvec);
48 static DEFINE_PER_CPU(struct pagevec, lru_rotate_pvecs);
49 static DEFINE_PER_CPU(struct pagevec, lru_deactivate_file_pvecs);
50 static DEFINE_PER_CPU(struct pagevec, lru_deactivate_pvecs);
51 static DEFINE_PER_CPU(struct pagevec, lru_lazyfree_pvecs);
53 static DEFINE_PER_CPU(struct pagevec, activate_page_pvecs);
695 static DEFINE_PER_CPU(struct work_struct, lru_add_drain_work);
/Linux-v5.4/drivers/xen/
Dtime.c22 static DEFINE_PER_CPU(struct vcpu_runstate_info, xen_runstate);
24 static DEFINE_PER_CPU(u64[4], old_runstate_time);
/Linux-v5.4/arch/s390/kernel/
Dvtime.c31 DEFINE_PER_CPU(u64, mt_cycles[8]);
32 static DEFINE_PER_CPU(u64, mt_scaling_mult) = { 1 };
33 static DEFINE_PER_CPU(u64, mt_scaling_div) = { 1 };
34 static DEFINE_PER_CPU(u64, mt_scaling_jiffies);

12345678910>>...17