Searched refs:DEFINE_PER_CPU (Results 1 – 25 of 386) sorted by relevance
12345678910>>...16
/Linux-v4.19/kernel/ |
D | watchdog_hld.c | 23 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);
|
D | watchdog.c | 171 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); 333 static DEFINE_PER_CPU(struct completion, softlockup_completion); 334 static DEFINE_PER_CPU(struct cpu_stop_work, softlockup_stop_work);
|
D | irq_work.c | 23 static DEFINE_PER_CPU(struct llist_head, raised_list); 24 static DEFINE_PER_CPU(struct llist_head, lazy_list);
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | setup.c | 38 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-v4.19/arch/x86/kernel/ |
D | nmi.c | 74 static DEFINE_PER_CPU(struct nmi_stats, nmi_stats); 306 static DEFINE_PER_CPU(bool, swallow_nmi); 307 static DEFINE_PER_CPU(unsigned long, last_nmi_rip); 471 static DEFINE_PER_CPU(enum nmi_states, nmi_state); 472 static DEFINE_PER_CPU(unsigned long, nmi_cr2); 489 static DEFINE_PER_CPU(int, update_debug_stack);
|
D | irq_32.c | 54 DEFINE_PER_CPU(struct irq_stack *, hardirq_stack); 55 DEFINE_PER_CPU(struct irq_stack *, softirq_stack);
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce_intel.c | 42 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-v4.19/arch/sparc/kernel/ |
D | nmi.c | 47 static DEFINE_PER_CPU(short, wd_enabled); 50 static DEFINE_PER_CPU(unsigned int, last_irq_sum); 51 static DEFINE_PER_CPU(long, alert_counter); 52 static DEFINE_PER_CPU(int, nmi_touch);
|
/Linux-v4.19/arch/mips/kernel/ |
D | cevt-sb1250.c | 105 static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent); 106 static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction); 107 static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
|
D | cevt-bcm1480.c | 106 static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent); 107 static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction); 108 static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
|
/Linux-v4.19/drivers/clocksource/ |
D | riscv_timer.c | 34 static DEFINE_PER_CPU(struct clock_event_device, riscv_clock_event) = { 51 static DEFINE_PER_CPU(struct clocksource, riscv_clocksource) = {
|
/Linux-v4.19/arch/x86/xen/ |
D | smp.c | 14 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 };
|
D | spinlock.c | 22 static DEFINE_PER_CPU(int, lock_kicker_irq) = -1; 23 static DEFINE_PER_CPU(char *, irq_name);
|
D | enlighten.c | 39 DEFINE_PER_CPU(struct vcpu_info *, xen_vcpu); 46 DEFINE_PER_CPU(struct vcpu_info, xen_vcpu_info); 49 DEFINE_PER_CPU(uint32_t, xen_vcpu_id);
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | mce.c | 35 static DEFINE_PER_CPU(int, mce_nest_count); 36 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT], mce_event); 39 static DEFINE_PER_CPU(int, mce_queue_count); 40 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT], mce_event_queue); 43 static DEFINE_PER_CPU(int, mce_ue_count); 44 static DEFINE_PER_CPU(struct machine_check_event[MAX_MC_EVT],
|
/Linux-v4.19/arch/x86/kernel/apic/ |
D | x2apic_cluster.c | 20 static DEFINE_PER_CPU(u32, x86_cpu_to_logical_apicid); 21 static DEFINE_PER_CPU(cpumask_var_t, ipi_mask); 22 static DEFINE_PER_CPU(struct cluster_mask *, cluster_masks);
|
/Linux-v4.19/arch/sh/kernel/ |
D | kprobes.c | 20 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL; 21 DEFINE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk); 23 static DEFINE_PER_CPU(struct kprobe, saved_current_opcode); 24 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode); 25 static DEFINE_PER_CPU(struct kprobe, saved_next_opcode2);
|
/Linux-v4.19/kernel/printk/ |
D | printk_safe.c | 56 static DEFINE_PER_CPU(struct printk_safe_seq_buf, safe_print_seq); 57 static DEFINE_PER_CPU(int, printk_context); 60 static DEFINE_PER_CPU(struct printk_safe_seq_buf, nmi_print_seq);
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-v7-bugs.c | 13 DEFINE_PER_CPU(harden_branch_predictor_fn_t, harden_branch_predictor_fn); 150 static DEFINE_PER_CPU(bool, spectre_warned);
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 507 DEFINE_PER_CPU(struct cpu_entry_area *, cpu_entry_area); 1519 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned = 1523 DEFINE_PER_CPU(char *, irq_stack_ptr) = 1526 DEFINE_PER_CPU(unsigned int, irq_count) __visible = -1; 1528 DEFINE_PER_CPU(int, __preempt_count) = INIT_PREEMPT_COUNT; 1576 DEFINE_PER_CPU(struct orig_ist, orig_ist); 1578 static DEFINE_PER_CPU(unsigned long, debug_stack_addr); 1579 DEFINE_PER_CPU(int, debug_stack_usage); 1589 DEFINE_PER_CPU(u32, debug_idt_ctr); 1609 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task; [all …]
|
/Linux-v4.19/lib/ |
D | percpu_test.c | 16 static DEFINE_PER_CPU(long, long_counter); 17 static DEFINE_PER_CPU(unsigned long, ulong_counter);
|
D | irq_regs.c | 16 DEFINE_PER_CPU(struct pt_regs *, __irq_regs);
|
/Linux-v4.19/drivers/xen/ |
D | time.c | 22 static DEFINE_PER_CPU(struct vcpu_runstate_info, xen_runstate); 24 static DEFINE_PER_CPU(u64[4], old_runstate_time);
|
/Linux-v4.19/arch/s390/kernel/ |
D | vtime.c | 31 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);
|
/Linux-v4.19/arch/arm64/kernel/ |
D | sdei.c | 35 DEFINE_PER_CPU(unsigned long *, sdei_stack_normal_ptr); 36 DEFINE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
|
12345678910>>...16