Searched refs:DECLARE_PER_CPU (Results 1 – 25 of 32) sorted by relevance
12
/include/linux/ |
D | arch_topology.h | 22 DECLARE_PER_CPU(unsigned long, cpu_scale); 31 DECLARE_PER_CPU(unsigned long, arch_freq_scale); 57 DECLARE_PER_CPU(unsigned long, thermal_pressure);
|
D | kernel_stat.h | 46 DECLARE_PER_CPU(struct kernel_stat, kstat); 47 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
|
D | randomize_kstack.h | 12 DECLARE_PER_CPU(u32, kstack_offset);
|
D | topology.h | 83 DECLARE_PER_CPU(int, numa_node); 133 DECLARE_PER_CPU(int, _numa_mem_);
|
D | irqflags.h | 50 DECLARE_PER_CPU(int, hardirqs_enabled); 51 DECLARE_PER_CPU(int, hardirq_context);
|
D | context_tracking_state.h | 48 DECLARE_PER_CPU(struct context_tracking, context_tracking);
|
D | cpuidle.h | 118 DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); 119 DECLARE_PER_CPU(struct cpuidle_device, cpuidle_dev);
|
D | kprobes.h | 192 DECLARE_PER_CPU(struct kprobe *, current_kprobe); 193 DECLARE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
|
D | lockdep.h | 580 DECLARE_PER_CPU(int, hardirqs_enabled); 581 DECLARE_PER_CPU(int, hardirq_context); 582 DECLARE_PER_CPU(unsigned int, lockdep_recursion);
|
D | interrupt.h | 629 DECLARE_PER_CPU(struct task_struct *, ksoftirqd); 632 DECLARE_PER_CPU(u32, active_softirqs);
|
D | radix-tree.h | 34 DECLARE_PER_CPU(struct radix_tree_preload, radix_tree_preloads);
|
D | writeback.h | 17 DECLARE_PER_CPU(int, dirty_throttle_leaks);
|
D | hrtimer.h | 361 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
|
D | trace_events.h | 845 DECLARE_PER_CPU(struct pt_regs, perf_trace_regs); 846 DECLARE_PER_CPU(int, bpf_kprobe_override);
|
D | percpu-defs.h | 111 #define DECLARE_PER_CPU(type, name) \ macro
|
D | netfilter.h | 498 DECLARE_PER_CPU(bool, nf_skb_duplicated);
|
/include/linux/sched/ |
D | stat.h | 18 DECLARE_PER_CPU(unsigned long, process_counts);
|
D | mm.h | 365 DECLARE_PER_CPU(struct mem_cgroup *, int_active_memcg);
|
/include/net/ |
D | seg6_local.h | 27 DECLARE_PER_CPU(struct seg6_bpf_srh_state, seg6_bpf_srh_states);
|
/include/asm-generic/ |
D | irq_regs.h | 17 DECLARE_PER_CPU(struct pt_regs *, __irq_regs);
|
D | mmiowb.h | 29 DECLARE_PER_CPU(struct mmiowb_state, __mmiowb_state);
|
/include/xen/ |
D | xen-ops.h | 13 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); 15 DECLARE_PER_CPU(uint32_t, xen_vcpu_id); 199 DECLARE_PER_CPU(bool, xen_in_preemptible_hcall);
|
/include/crypto/internal/ |
D | simd.h | 62 DECLARE_PER_CPU(bool, crypto_simd_disabled_for_test);
|
/include/acpi/ |
D | processor.h | 273 DECLARE_PER_CPU(struct acpi_processor *, processors);
|
/include/linux/netfilter/ |
D | x_tables.h | 346 DECLARE_PER_CPU(seqcount_t, xt_recseq);
|
12