Searched refs:percpu (Results 451 - 475 of 475) sorted by relevance

<<111213141516171819

/linux-master/include/linux/
H A Dfs.h33 #include <linux/percpu-rwsem.h>
H A Dnetdevice.h33 #include <linux/percpu.h>
/linux-master/fs/
H A Dbuffer.c28 #include <linux/percpu.h>
/linux-master/arch/sparc/mm/
H A Dinit_64.c27 #include <linux/percpu.h>
/linux-master/fs/bcachefs/
H A Dsuper.c69 #include <linux/percpu.h>
/linux-master/kernel/rcu/
H A Dtree.c38 #include <linux/percpu.h>
H A Drcutorture.c32 #include <linux/percpu.h>
/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c28 #include <linux/percpu.h>
/linux-master/fs/ext4/
H A Dext4.h38 #include <linux/percpu-rwsem.h>
/linux-master/net/packet/
H A Daf_packet.c89 #include <linux/percpu.h>
/linux-master/drivers/iommu/amd/
H A Diommu.c29 #include <linux/percpu.h>
/linux-master/io_uring/
H A Dio_uring.c57 #include <linux/percpu.h>
/linux-master/kernel/trace/
H A Dring_buffer.c21 #include <linux/percpu.h>
H A Dtrace.c32 #include <linux/percpu.h>
3167 if (MEM_FAIL(!buffers, "Could not allocate percpu trace_printk buffer"))
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c77 #include <linux/percpu.h>
/linux-master/drivers/spi/
H A Dspi.c26 #include <linux/percpu.h>
/linux-master/drivers/scsi/
H A Dhpsa.c52 #include <linux/percpu-defs.h>
53 #include <linux/percpu.h>
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c29 #include <linux/percpu.h>
/linux-master/kernel/cgroup/
H A Dcgroup.c48 #include <linux/percpu-rwsem.h>
5863 * css's make use of percpu refcnts whose killing latency shouldn't be
5870 * userland visible parts and start killing the percpu refcnts of
5872 * the percpu refcnts are confirmed to be killed.
/linux-master/virt/kvm/
H A Dkvm_main.c22 #include <linux/percpu.h>
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c5 #include <linux/percpu.h>
/linux-master/kernel/bpf/
H A Dverifier.c6507 "R%d is ptr_%s access percpu memory: off=%d\n",
18122 * Both vmlinux and module each have their own ".data..percpu"
18138 if (!strcmp(tname, ".data..percpu"))
18155 bool percpu = false; local
18213 percpu = true;
18221 if (percpu) {
20175 /* patch with 'r1 = *(u64 *)(r1 + 0)' since for percpu data,
20176 * bpf_mem_alloc() returns a ptr to the percpu data ptr.
/linux-master/drivers/md/
H A Dmd.c65 #include <linux/percpu-refcount.h>
/linux-master/kernel/events/
H A Dcore.c23 #include <linux/percpu.h>
12586 * Get the target context (task or percpu):
12830 * @task: task to profile (NULL for percpu)
12868 * Get the target context (task or percpu):
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c38 #include <linux/percpu.h>

Completed in 1039 milliseconds

<<111213141516171819