Searched refs:percpu (Results 51 - 75 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c2 #include <linux/percpu.h>
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h32 #include <asm/percpu.h>
H A Dkprobes.h12 #include <linux/percpu.h>
/linux-master/fs/nfs/
H A Diostat.h14 #include <linux/percpu.h>
/linux-master/kernel/
H A Dwatchdog_buddy.c7 #include <linux/percpu-defs.h>
/linux-master/include/linux/
H A Dbpf-cgroup-defs.h8 #include <linux/percpu-refcount.h>
H A Drandomize_kstack.h8 #include <linux/percpu-defs.h>
76 * (e.g. current, percpu, etc) tends to be easier than arbitrary
H A Dcookie.h6 #include <linux/percpu.h>
/linux-master/kernel/bpf/
H A Dmemalloc.c256 static void free_one(void *obj, bool percpu) argument
258 if (percpu) {
267 static int free_all(struct llist_node *llnode, bool percpu) argument
273 free_one(pos, percpu);
496 /* To avoid consuming memory, for non-percpu allocation, assume that
513 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) argument
520 if (percpu && size == 0)
524 if (percpu)
526 ma->percpu = percpu;
633 bool percpu = !!c->percpu_size; local
[all...]
/linux-master/arch/x86/lib/
H A Dcmpxchg8b_emu.S5 #include <asm/percpu.h>
/linux-master/drivers/clocksource/
H A Dtimer-of.h14 int percpu; member in struct:of_timer_irq
/linux-master/arch/x86/xen/
H A Dsuspend.c4 #include <linux/percpu-defs.h>
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c15 #include <linux/percpu.h>
/linux-master/arch/sh/include/asm/
H A Dsmp.h13 #include <asm/percpu.h>
/linux-master/arch/arm64/include/asm/
H A Dhardirq.h9 #include <linux/percpu.h>
/linux-master/arch/csky/include/asm/
H A Dasid.h8 #include <linux/percpu.h>
/linux-master/kernel/trace/
H A Dtrace_clock.c20 #include <linux/percpu.h>
/linux-master/arch/sh/kernel/
H A Dtopology.c10 #include <linux/percpu.h>
/linux-master/arch/powerpc/platforms/cell/
H A Dpervasive.c15 #include <linux/percpu.h>
/linux-master/arch/mips/kernel/
H A Dmips-cpc.c9 #include <linux/percpu.h>
/linux-master/drivers/accessibility/speakup/
H A Dfakekey.c10 #include <linux/percpu.h>
/linux-master/arch/parisc/kernel/
H A Dtopology.c13 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h9 #include <linux/percpu.h>
/linux-master/net/batman-adv/
H A Dtrace.h13 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/
H A Dtime.h14 #include <linux/percpu.h>

Completed in 352 milliseconds

1234567891011>>