Home
last modified time | relevance | path

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

123

/xen-4.10.0-shim-comet/xen/common/
A Dsoftirq.c25 static DEFINE_PER_CPU(cpumask_t, batch_mask);
26 static DEFINE_PER_CPU(unsigned int, batching);
A Dtasklet.c25 DEFINE_PER_CPU(unsigned long, tasklet_work_to_do);
27 static DEFINE_PER_CPU(struct list_head, tasklet_list);
28 static DEFINE_PER_CPU(struct list_head, softirq_tasklet_list);
A Dpreempt.c26 DEFINE_PER_CPU(unsigned int, __preempt_count);
A Drandom.c8 static DEFINE_PER_CPU(unsigned int, seed);
A Drwlock.c106 static DEFINE_PER_CPU(cpumask_t, percpu_rwlock_readers);
A Dstop_machine.c53 static DEFINE_PER_CPU(struct tasklet, stopmachine_tasklet);
A Dkeyhandler.c378 static DEFINE_PER_CPU(s_time_t, read_clocks_time);
379 static DEFINE_PER_CPU(u64, read_cycles_time);
A Dperfc.c29 DEFINE_PER_CPU(perfc_t[NUM_PERFCOUNTERS], perfcounters);
A Dtimer.c39 static DEFINE_PER_CPU(struct timers, timers);
44 DEFINE_PER_CPU(s_time_t, timer_deadline);
A Dtrace.c64 static DEFINE_PER_CPU(unsigned long, lost_records);
65 static DEFINE_PER_CPU(unsigned long, lost_records_first_tsc);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dnmi.c40 static DEFINE_PER_CPU(struct timer, nmi_timer);
41 static DEFINE_PER_CPU(unsigned int, nmi_timer_ticks);
445 static DEFINE_PER_CPU(unsigned int, last_irq_sums);
446 static DEFINE_PER_CPU(unsigned int, alert_counter);
A Dpercpu.c46 static DEFINE_PER_CPU(struct free_info, free_info);
A Dflushtlb.c23 DEFINE_PER_CPU(u32, tlbflush_time);
/xen-4.10.0-shim-comet/xen/include/xen/
A Dpercpu.h12 #define DEFINE_PER_CPU(type, name) __DEFINE_PER_CPU(type, _##name, ) macro
A Drwlock.h327 #define DEFINE_PERCPU_RWLOCK_GLOBAL(name) DEFINE_PER_CPU(percpu_rwlock_t *, \
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dasid.c59 static DEFINE_PER_CPU(struct hvm_asid_data, hvm_asid_data);
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dpercpu.c34 static DEFINE_PER_CPU(struct free_info, free_info);
A Dsmpboot.c65 DEFINE_PER_CPU(unsigned int, cpu_id);
/xen-4.10.0-shim-comet/xen/arch/x86/guest/
A Dxen.c45 DEFINE_PER_CPU(unsigned int, vcpu_id);
49 DEFINE_PER_CPU(struct vcpu_info *, vcpu_info);
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Devtchn.c226 static DEFINE_PER_CPU(unsigned int, last_processed_l1i) = { BITS_PER_LONG - 1 };
227 static DEFINE_PER_CPU(unsigned int, last_processed_l2i) = { BITS_PER_LONG - 1 };
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c44 static DEFINE_PER_CPU(struct cpu_dbs_info_s, cpu_dbs_info);
58 static DEFINE_PER_CPU(struct timer, dbs_timer);
A Dcpufreq_misc_governors.c27 static DEFINE_PER_CPU(unsigned int, cpu_set_freq);
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpuidle_menu.c115 static DEFINE_PER_CPU(struct menu_device, menu_devices);
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/
A Dx2apic.c34 static DEFINE_PER_CPU(cpumask_var_t, scratch_mask);
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dtraps.c165 static DEFINE_PER_CPU(struct softirq_trap, softirq_trap);

Completed in 21 milliseconds

123