Searched refs:percpu (Results 176 - 200 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/perf/
H A Dcallchain_32.c10 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h10 #include <linux/percpu.h>
H A Dhash.h239 pte_t *ptep, pte_t pte, int percpu)
238 hash__set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte, int percpu) argument
/linux-master/include/xen/
H A Dxen-ops.h5 #include <linux/percpu.h>
/linux-master/drivers/cpufreq/
H A Damd_freq_sensitivity.c15 #include <linux/percpu-defs.h>
/linux-master/kernel/irq/
H A Dipi-mux.c17 #include <linux/percpu.h>
/linux-master/block/
H A Delevator.h5 #include <linux/percpu.h>
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c22 #include <linux/percpu.h>
/linux-master/include/asm-generic/
H A Dlocal64.h5 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h7 #include <linux/percpu.h>
H A Dsmp.h26 #include <asm/percpu.h>
/linux-master/arch/mips/include/asm/
H A Dlocal.h5 #include <linux/percpu.h>
/linux-master/include/linux/
H A Dtopology.h35 #include <linux/percpu.h>
H A Dbacking-dev-defs.h10 #include <linux/percpu-refcount.h>
H A Dirqflags.h19 #include <asm/percpu.h>
H A Dcgroup-defs.h18 #include <linux/percpu-refcount.h>
19 #include <linux/percpu-rwsem.h>
93 * migrations and controller on/offs by disabling percpu operation on
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c8 #include <linux/percpu.h>
42 * 32bit relocations. Reserve space for static percpu variables in
44 * is located at the percpu segment base. On x86_32, anything can
55 * pcpu_need_numa - determine percpu allocation needs to consider NUMA
59 * whether percpu allocation should consider NUMA or not.
126 * Allocate percpu area. Embedding allocator is our favorite;
143 * percpu areas are aligned to PMD. This, in the future,
165 panic("cannot initialize percpu area (err=%d)", rc);
167 /* alrighty, percpu areas up and running */
225 * setup_arch(), but percpu dat
[all...]
H A Despfix_64.c14 * This works around this by creating percpu "ministacks", each of which
29 #include <linux/percpu.h>
/linux-master/arch/riscv/kernel/
H A Dkernel_mode_vector.c10 #include <linux/percpu.h>
H A Dsmpboot.c21 #include <linux/percpu.h>
/linux-master/arch/hexagon/kernel/
H A Dsmp.c14 #include <linux/percpu.h>
/linux-master/net/batman-adv/
H A Dmain.h213 #include <linux/percpu.h>
/linux-master/drivers/misc/
H A Dvcpu_stall_detector.c17 #include <linux/percpu.h>
/linux-master/kernel/bpf/
H A Darraymap.c54 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; local
62 (percpu && numa_node != NUMA_NO_NODE))
82 bool percpu = attr->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; local
113 if (percpu) {
149 if (percpu && bpf_array_alloc_percpu(array)) {
727 bool percpu = map->map_type == BPF_MAP_TYPE_PERCPU_ARRAY; local
732 if (percpu) {
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h530 * In the percpu case, we fallback to the simple update preserving
540 pte_t *ptep, pte_t pte, int percpu)
542 if ((!IS_ENABLED(CONFIG_SMP) && !IS_ENABLED(CONFIG_PTE_64BIT)) || percpu) {
539 __set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte, int percpu) argument

Completed in 400 milliseconds

1234567891011>>