Searched refs:percpu (Results 251 - 275 of 474) sorted by last modified time

<<111213141516171819

/linux-master/arch/s390/kernel/
H A Dperf_event.c14 #include <linux/percpu.h>
/linux-master/kernel/printk/
H A Dinternal.h5 #include <linux/percpu.h>
/linux-master/drivers/misc/
H A Dibmvmc.c24 #include <linux/percpu.h>
/linux-master/arch/xtensa/kernel/
H A Dsetup.c23 #include <linux/percpu.h>
/linux-master/arch/s390/include/asm/
H A Dirq.h31 #include <linux/percpu.h>
/linux-master/arch/powerpc/lib/
H A Dqspinlock.c5 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h280 pte_t *ptep, pte_t pte, int percpu)
285 * In the percpu case, we also fallback to the simple update
287 if (IS_ENABLED(CONFIG_PPC32) && IS_ENABLED(CONFIG_PTE_64BIT) && !percpu) {
279 __set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *ptep, pte_t pte, int percpu) argument
/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
/linux-master/kernel/
H A Dtaskstats.c15 #include <linux/percpu.h>
H A Dsmpboot.c15 #include <linux/percpu.h>
97 * smpboot_thread_fn - percpu hotplug thread loop function
H A Dtorture.c28 #include <linux/percpu.h>
H A Dsmp.c15 #include <linux/percpu.h>
/linux-master/include/target/
H A Dtarget_core_base.h8 #include <linux/percpu-refcount.h>
/linux-master/include/linux/
H A Dpercpu_counter.h14 #include <linux/percpu.h>
H A Dtopology.h35 #include <linux/percpu.h>
H A Dpercpu.h13 #include <asm/percpu.h>
45 * Percpu allocator can serve percpu allocations before slab is
46 * initialized which allows slab to depend on the percpu allocator.
55 * back on the first chunk for dynamic percpu allocation if arch is
H A Dbpf-cgroup-defs.h8 #include <linux/percpu-refcount.h>
/linux-master/drivers/leds/trigger/
H A Dledtrig-cpu.c25 #include <linux/percpu.h>
/linux-master/arch/arm64/include/asm/
H A Dvectors.h9 #include <linux/percpu.h>
H A Dsmp.h28 #include <asm/percpu.h>
/linux-master/kernel/rcu/
H A Drefscale.c26 #include <linux/percpu.h>
/linux-master/kernel/locking/
H A Dspinlock_rt.c136 struct lock_class_key *key, bool percpu)
138 u8 type = percpu ? LD_LOCK_PERCPU : LD_LOCK_NORMAL;
135 __rt_spin_lock_init(spinlock_t *lock, const char *name, struct lock_class_key *key, bool percpu) argument
/linux-master/drivers/xen/events/
H A Devents_fifo.c40 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h7 #include <linux/percpu.h>
/linux-master/arch/mips/include/asm/
H A Dlocal.h5 #include <linux/percpu.h>

Completed in 284 milliseconds

<<111213141516171819