Searched refs:DECLARE_PER_CPU (Results 1 – 25 of 27) sorted by relevance
12
/include/linux/ |
D | arch_topology.h | 17 DECLARE_PER_CPU(unsigned long, cpu_scale); 28 DECLARE_PER_CPU(unsigned long, freq_scale); 36 DECLARE_PER_CPU(unsigned long, max_freq_scale);
|
D | kernel_stat.h | 43 DECLARE_PER_CPU(struct kernel_stat, kstat); 44 DECLARE_PER_CPU(struct kernel_cpustat, kernel_cpustat);
|
D | context_tracking_state.h | 27 DECLARE_PER_CPU(struct context_tracking, context_tracking);
|
D | topology.h | 82 DECLARE_PER_CPU(int, numa_node); 132 DECLARE_PER_CPU(int, _numa_mem_);
|
D | cpuidle.h | 103 DECLARE_PER_CPU(struct cpuidle_device *, cpuidle_devices); 104 DECLARE_PER_CPU(struct cpuidle_device, cpuidle_dev);
|
D | kprobes.h | 179 DECLARE_PER_CPU(struct kprobe *, current_kprobe); 180 DECLARE_PER_CPU(struct kprobe_ctlblk, kprobe_ctlblk);
|
D | highmem.h | 114 DECLARE_PER_CPU(int, __kmap_atomic_idx);
|
D | writeback.h | 18 DECLARE_PER_CPU(int, dirty_throttle_leaks);
|
D | trace_events.h | 576 DECLARE_PER_CPU(struct pt_regs, perf_trace_regs); 577 DECLARE_PER_CPU(int, bpf_kprobe_override);
|
D | hrtimer.h | 361 DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
|
D | vmstat.h | 49 DECLARE_PER_CPU(struct vm_event_state, vm_event_states);
|
D | interrupt.h | 565 DECLARE_PER_CPU(struct task_struct *, ksoftirqd);
|
D | bpf-cgroup.h | 29 DECLARE_PER_CPU(struct bpf_cgroup_storage*,
|
D | percpu-defs.h | 111 #define DECLARE_PER_CPU(type, name) \ macro
|
D | ftrace.h | 251 DECLARE_PER_CPU(int, disable_stack_tracer);
|
D | perf_event.h | 1116 DECLARE_PER_CPU(struct pt_regs, __perf_regs[4]); 1192 DECLARE_PER_CPU(struct perf_callchain_entry, perf_callchain_entry);
|
D | netfilter.h | 480 DECLARE_PER_CPU(bool, nf_skb_duplicated);
|
/include/linux/sched/ |
D | stat.h | 17 DECLARE_PER_CPU(unsigned long, process_counts);
|
/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); 230 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 | 345 DECLARE_PER_CPU(seqcount_t, xt_recseq);
|
12