Searched refs:percpu (Results 101 - 125 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dsun4m_irq.c107 bool percpu; member in struct:sun4m_handler_data
200 if (handler_data->percpu) {
219 if (handler_data->percpu) {
278 handler_data->percpu = real_irq < OBP_INT_LEVEL_ONBOARD;
/linux-master/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c15 #include <linux/percpu.h>
/linux-master/arch/xtensa/mm/
H A Dmmu.c8 #include <linux/percpu.h>
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c10 #include <asm/percpu.h>
/linux-master/arch/powerpc/perf/
H A Dcallchain.c10 #include <linux/percpu.h>
/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h6 #include <linux/percpu-defs.h>
83 * cpu_entry_area is a percpu region that contains things needed by the CPU
H A Dpreempt.h6 #include <asm/percpu.h>
/linux-master/kernel/time/
H A Dtick-oneshot.c14 #include <linux/percpu.h>
/linux-master/arch/arm64/include/asm/
H A Dstacktrace.h8 #include <linux/percpu.h>
H A Dspectre.h17 #include <asm/percpu.h>
/linux-master/include/linux/
H A Dcontext_tracking_state.h5 #include <linux/percpu.h>
H A Darch_topology.h9 #include <linux/percpu.h>
/linux-master/include/asm-generic/
H A Dlocal.h5 #include <linux/percpu.h>
H A Dvmlinux.lds.h357 *(.data..shared_aligned) /* percpu related */ \
958 *(.data..percpu..decrypted) \
1025 * PERCPU_INPUT - the percpu input sections
1028 * The core percpu section names and core symbols which do not rely
1036 *(.data..percpu..first) \
1038 *(.data..percpu..page_aligned) \
1040 *(.data..percpu..read_mostly) \
1042 *(.data..percpu) \
1043 *(.data..percpu..shared_aligned) \
1048 * PERCPU_VADDR - define output section for percpu are
[all...]
/linux-master/samples/kmemleak/
H A Dkmemleak-test.c17 #include <linux/percpu.h>
/linux-master/drivers/leds/trigger/
H A Dledtrig-cpu.c25 #include <linux/percpu.h>
/linux-master/kernel/printk/
H A Dinternal.h5 #include <linux/percpu.h>
/linux-master/arch/s390/include/asm/
H A Dirq.h31 #include <linux/percpu.h>
/linux-master/arch/s390/kernel/
H A Dentry.h5 #include <linux/percpu.h>
/linux-master/arch/x86/lib/
H A Dmsr.c3 #include <linux/percpu.h>
/linux-master/drivers/clocksource/
H A Dtimer-qcom.c153 bool percpu)
159 msm_timer_has_ppi = percpu;
167 if (percpu)
152 msm_timer_init(u32 dgt_hz, int sched_bits, int irq, bool percpu) argument
/linux-master/kernel/sched/
H A Dcpuacct.c213 u64 percpu; local
217 percpu = cpuacct_cpuusage_read(ca, i, index);
218 seq_printf(m, "%llu ", (unsigned long long) percpu);
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S108 percpu PT_LOAD FLAGS(6); /* RW_ */
229 * percpu offsets are zero-based on SMP. PERCPU_VADDR() changes the
233 PERCPU_VADDR(INTERNODE_CACHE_BYTES, 0, :percpu)
234 ASSERT(SIZEOF(.data..percpu) < CONFIG_PHYSICAL_START,
/linux-master/drivers/md/
H A Draid5.c1538 static struct page **to_addr_page(struct raid5_percpu *percpu, int i) argument
1540 return percpu->scribble + i * percpu->scribble_obj_size;
1545 struct raid5_percpu *percpu, int i)
1547 return (void *) (to_addr_page(percpu, i) + sh->disks + 2);
1554 to_addr_offs(struct stripe_head *sh, struct raid5_percpu *percpu) argument
1556 return (unsigned int *) (to_addr_conv(sh, percpu, 0) + sh->disks + 2);
1560 ops_run_compute5(struct stripe_head *sh, struct raid5_percpu *percpu) argument
1563 struct page **xor_srcs = to_addr_page(percpu, 0);
1564 unsigned int *off_srcs = to_addr_offs(sh, percpu);
1544 to_addr_conv(struct stripe_head *sh, struct raid5_percpu *percpu, int i) argument
1657 ops_run_compute6_1(struct stripe_head *sh, struct raid5_percpu *percpu) argument
1721 ops_run_compute6_2(struct stripe_head *sh, struct raid5_percpu *percpu) argument
1856 ops_run_prexor5(struct stripe_head *sh, struct raid5_percpu *percpu, struct dma_async_tx_descriptor *tx) argument
1898 ops_run_prexor6(struct stripe_head *sh, struct raid5_percpu *percpu, struct dma_async_tx_descriptor *tx) argument
2039 ops_run_reconstruct5(struct stripe_head *sh, struct raid5_percpu *percpu, struct dma_async_tx_descriptor *tx) argument
2137 ops_run_reconstruct6(struct stripe_head *sh, struct raid5_percpu *percpu, struct dma_async_tx_descriptor *tx) argument
2211 ops_run_check_p(struct stripe_head *sh, struct raid5_percpu *percpu) argument
2252 ops_run_check_pq(struct stripe_head *sh, struct raid5_percpu *percpu, int checkp) argument
2281 struct raid5_percpu *percpu; local
2458 scribble_alloc(struct raid5_percpu *percpu, int num, int cnt) argument
2497 struct raid5_percpu *percpu; local
7276 free_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
7284 alloc_scratch_buffer(struct r5conf *conf, struct raid5_percpu *percpu) argument
7346 struct raid5_percpu *percpu = per_cpu_ptr(conf->percpu, cpu); local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dmmu_context.h28 #include <asm-generic/percpu.h>

Completed in 209 milliseconds

1234567891011>>