Searched refs:DEFINE_PER_CPU (Results 1 – 25 of 74) sorted by relevance
123
/xen-4.10.0-shim-comet/xen/common/ |
A D | softirq.c | 25 static DEFINE_PER_CPU(cpumask_t, batch_mask); 26 static DEFINE_PER_CPU(unsigned int, batching);
|
A D | tasklet.c | 25 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 D | preempt.c | 26 DEFINE_PER_CPU(unsigned int, __preempt_count);
|
A D | random.c | 8 static DEFINE_PER_CPU(unsigned int, seed);
|
A D | rwlock.c | 106 static DEFINE_PER_CPU(cpumask_t, percpu_rwlock_readers);
|
A D | stop_machine.c | 53 static DEFINE_PER_CPU(struct tasklet, stopmachine_tasklet);
|
A D | keyhandler.c | 378 static DEFINE_PER_CPU(s_time_t, read_clocks_time); 379 static DEFINE_PER_CPU(u64, read_cycles_time);
|
A D | perfc.c | 29 DEFINE_PER_CPU(perfc_t[NUM_PERFCOUNTERS], perfcounters);
|
A D | timer.c | 39 static DEFINE_PER_CPU(struct timers, timers); 44 DEFINE_PER_CPU(s_time_t, timer_deadline);
|
A D | trace.c | 64 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 D | nmi.c | 40 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 D | percpu.c | 46 static DEFINE_PER_CPU(struct free_info, free_info);
|
A D | flushtlb.c | 23 DEFINE_PER_CPU(u32, tlbflush_time);
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | percpu.h | 12 #define DEFINE_PER_CPU(type, name) __DEFINE_PER_CPU(type, _##name, ) macro
|
A D | rwlock.h | 327 #define DEFINE_PERCPU_RWLOCK_GLOBAL(name) DEFINE_PER_CPU(percpu_rwlock_t *, \
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | asid.c | 59 static DEFINE_PER_CPU(struct hvm_asid_data, hvm_asid_data);
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | percpu.c | 34 static DEFINE_PER_CPU(struct free_info, free_info);
|
A D | smpboot.c | 65 DEFINE_PER_CPU(unsigned int, cpu_id);
|
/xen-4.10.0-shim-comet/xen/arch/x86/guest/ |
A D | xen.c | 45 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 D | evtchn.c | 226 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 D | cpufreq_ondemand.c | 44 static DEFINE_PER_CPU(struct cpu_dbs_info_s, cpu_dbs_info); 58 static DEFINE_PER_CPU(struct timer, dbs_timer);
|
A D | cpufreq_misc_governors.c | 27 static DEFINE_PER_CPU(unsigned int, cpu_set_freq);
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpuidle_menu.c | 115 static DEFINE_PER_CPU(struct menu_device, menu_devices);
|
/xen-4.10.0-shim-comet/xen/arch/x86/genapic/ |
A D | x2apic.c | 34 static DEFINE_PER_CPU(cpumask_var_t, scratch_mask);
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | traps.c | 165 static DEFINE_PER_CPU(struct softirq_trap, softirq_trap);
|
Completed in 21 milliseconds
123