Searched refs:percpu (Results 1 - 25 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dpercpu_32.h5 #include <asm-generic/percpu.h>
H A Dcpudata.h8 #include <linux/percpu.h>
H A Dcpudata_32.h13 #include <linux/percpu.h>
H A Dpercpu_64.h25 #include <asm-generic/percpu.h>
/linux-master/arch/alpha/include/asm/
H A Dpercpu.h11 * Always use weak definitions for percpu variables in modules.
17 #include <asm-generic/percpu.h>
/linux-master/fs/squashfs/
H A Ddecompressor_multi_percpu.c9 #include <linux/percpu.h>
18 * This file implements multi-threaded decompression using percpu
31 struct squashfs_stream __percpu *percpu; local
34 percpu = alloc_percpu(struct squashfs_stream);
35 if (percpu == NULL)
39 stream = per_cpu_ptr(percpu, cpu);
49 return (__force void *) percpu;
53 stream = per_cpu_ptr(percpu, cpu);
57 free_percpu(percpu);
63 struct squashfs_stream __percpu *percpu local
81 struct squashfs_stream __percpu *percpu = local
[all...]
/linux-master/arch/x86/include/asm/
H A Despfix.h7 #include <asm/percpu.h>
H A Dkvmclock.h5 #include <linux/percpu.h>
H A Dtimer.h5 #include <linux/percpu.h>
/linux-master/lib/
H A Dirq_regs.c8 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/
H A Dpercpu.h7 * Same as asm-generic/percpu.h, except that we store the per cpu offset
18 #include <asm-generic/percpu.h>
/linux-master/drivers/dax/pmem/
H A Dpmem.c3 #include <linux/percpu-refcount.h>
/linux-master/arch/x86/mm/
H A Dkmsan_shadow.c10 #include <linux/percpu-defs.h>
/linux-master/arch/arm/include/asm/
H A Dcpu.h10 #include <linux/percpu.h>
H A Dpercpu.h13 * Same as asm-generic/percpu.h, except that we store the per cpu offset
68 #include <asm-generic/percpu.h>
/linux-master/include/asm-generic/
H A Dirq_regs.h11 #include <linux/percpu.h>
/linux-master/include/net/
H A Dseg6_local.h13 #include <linux/percpu.h>
/linux-master/arch/microblaze/include/asm/
H A Dentry.h13 #include <asm/percpu.h>
/linux-master/arch/s390/kernel/
H A Dtrace.c9 #include <linux/percpu.h>
/linux-master/include/linux/sched/
H A Dstat.h5 #include <linux/percpu.h>
/linux-master/arch/arm64/include/asm/
H A Dsimd.h11 #include <linux/percpu.h>
/linux-master/include/net/netns/
H A Dsmc.h5 #include <linux/percpu.h>
/linux-master/arch/loongarch/kernel/
H A Dtopology.c8 #include <linux/percpu.h>
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dhyp.lds.S21 * .hyp..data..percpu needs to be page aligned to maintain the same
25 BEGIN_HYP_SECTION(.data..percpu)
/linux-master/include/linux/
H A Dbpf_mem_alloc.h15 bool percpu; member in struct:bpf_mem_alloc
25 * If percpu equals true, error will be returned in order to avoid
29 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu);
30 /* Initialize a non-fix-size percpu memory allocator */
32 /* The percpu allocation with a specific unit size. */

Completed in 315 milliseconds

1234567891011>>