Searched refs:percpu (Results 151 - 175 of 473) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dmemremap.h8 #include <linux/percpu-refcount.h>
H A Drelay.h24 #include <linux/percpu.h>
H A Dpercpu-refcount.h8 * atomic_dec_and_test() - but percpu.
10 * There's one important difference between percpu refs and normal atomic_t
20 * refcount hitting 0 - it can't, if it was in percpu mode. percpu_ref_kill()
54 #include <linux/percpu.h>
74 * Start w/ ref == 1 in atomic mode. Can be switched to percpu
90 * Allow switching from atomic mode to percpu mode.
107 * The low bit of the pointer indicates whether the ref is in percpu
139 * Must be used to drop the initial ref on a percpu refcount; must be called
142 * Switches @ref into atomic mode before gathering up the percpu counters
153 * Internal helper. Don't use outside percpu
[all...]
/linux-master/arch/sparc/include/asm/
H A Dmmu_context_64.h17 #include <asm/percpu.h>
/linux-master/drivers/clocksource/
H A Dtimer-of.c28 if (of_irq->percpu)
72 ret = of_irq->percpu ?
/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/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/arm64/kernel/
H A Dvmlinux.lds.S28 HYP_SECTION_NAME(.data..percpu) : { \
29 *(HYP_SECTION_NAME(.data..percpu)) \
/linux-master/mm/
H A DMakefile49 mm_init.o percpu.o slab_common.o \
125 obj-$(CONFIG_PERCPU_STATS) += percpu-stats.o
H A Dmmap_lock.c10 #include <linux/percpu.h>
188 * Write the given mm_struct's memcg path to a percpu buffer, and return a
H A Dpercpu-stats.c3 * mm/percpu-debug.c
8 * Prints statistics about the percpu allocator and backing chunks.
12 #include <linux/percpu.h>
17 #include "percpu-internal.h"
/linux-master/init/
H A Dcalibrate.c13 #include <linux/percpu.h>
/linux-master/arch/mips/kernel/
H A Dcevt-bcm1480.c7 #include <linux/percpu.h>
H A Dcevt-sb1250.c8 #include <linux/percpu.h>
/linux-master/net/rds/
H A Dinfo.c33 #include <linux/percpu.h>
/linux-master/include/rdma/
H A Drdmavt_mr.h13 #include <linux/percpu-refcount.h>
/linux-master/arch/arm/kernel/
H A Dtopology.c20 #include <linux/percpu.h>
/linux-master/drivers/cpufreq/
H A Dsh-cpufreq.c27 #include <linux/percpu.h>
/linux-master/net/core/
H A Ddst_cache.c9 #include <linux/percpu.h>
/linux-master/fs/pstore/
H A Dftrace.c9 #include <linux/percpu.h>
/linux-master/arch/arm/mm/
H A Dcontext.c14 #include <linux/percpu.h>
/linux-master/include/trace/events/
H A Dpercpu.h3 #define TRACE_SYSTEM percpu
/linux-master/arch/powerpc/perf/
H A D8xx-pmu.c11 #include <linux/percpu.h>
/linux-master/drivers/md/
H A Draid5-log.h35 ops_run_partial_parity(struct stripe_head *sh, struct raid5_percpu *percpu,
/linux-master/arch/mips/mm/
H A Dcontext.c4 #include <linux/percpu.h>

Completed in 403 milliseconds

1234567891011>>