Searched refs:DECLARE_PER_CPU (Results 1 – 25 of 32) sorted by relevance
12
/include/linux/ |
D | arch_topology.h | 18 DECLARE_PER_CPU(unsigned long, cpu_scale); 27 DECLARE_PER_CPU(unsigned long, arch_freq_scale); 53 DECLARE_PER_CPU(unsigned long, thermal_pressure);
|
D | kernel_stat.h | 43 DECLARE_PER_CPU(struct kernel_stat, kstat); 44 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
|
D | topology.h | 83 DECLARE_PER_CPU(int, numa_node); 133 DECLARE_PER_CPU(int, _numa_mem_);
|
D | randomize_kstack.h | 11 DECLARE_PER_CPU(u32, kstack_offset);
|
D | context_tracking_state.h | 27 DECLARE_PER_CPU(struct context_tracking, context_tracking);
|
D | irqflags.h | 49 DECLARE_PER_CPU(int, hardirqs_enabled); 50 DECLARE_PER_CPU(int, hardirq_context);
|
D | vm_event.h | 26 DECLARE_PER_CPU(struct vm_event_state, vm_event_states);
|
D | prandom.h | 20 DECLARE_PER_CPU(unsigned long, net_rand_noise);
|
D | cpuidle.h | 118 DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); 119 DECLARE_PER_CPU(struct cpuidle_device, cpuidle_dev);
|
D | kprobes.h | 183 DECLARE_PER_CPU(struct kprobe *, current_kprobe); 184 DECLARE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
|
D | lockdep.h | 597 DECLARE_PER_CPU(int, hardirqs_enabled); 598 DECLARE_PER_CPU(int, hardirq_context); 599 DECLARE_PER_CPU(unsigned int, lockdep_recursion);
|
D | interrupt.h | 563 DECLARE_PER_CPU(struct task_struct *, ksoftirqd); 564 DECLARE_PER_CPU(__u32, active_softirqs);
|
D | radix-tree.h | 32 DECLARE_PER_CPU(struct radix_tree_preload, radix_tree_preloads);
|
D | writeback.h | 18 DECLARE_PER_CPU(int, dirty_throttle_leaks);
|
D | hrtimer.h | 361 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
|
D | trace_events.h | 827 DECLARE_PER_CPU(struct pt_regs, perf_trace_regs); 828 DECLARE_PER_CPU(int, bpf_kprobe_override);
|
/include/linux/sched/ |
D | stat.h | 18 DECLARE_PER_CPU(unsigned long, process_counts);
|
D | mm.h | 300 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 | 12 DECLARE_PER_CPU(struct vcpu_info *, xen_vcpu); 14 DECLARE_PER_CPU(uint32_t, xen_vcpu_id); 205 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 | 268 DECLARE_PER_CPU(struct acpi_processor *, processors);
|
/include/linux/netfilter/ |
D | x_tables.h | 346 DECLARE_PER_CPU(seqcount_t, xt_recseq);
|
12