Searched refs:percpu (Results 201 - 225 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/uv/
H A Duv_hub.h17 #include <linux/percpu.h>
22 #include <asm/percpu.h>
/linux-master/kernel/bpf/
H A Dhashtab.c413 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || local
419 * the map's value itself is percpu. percpu_lru has
444 if (numa_node != NUMA_NO_NODE && (percpu || percpu_lru))
468 bool percpu = (attr->map_type == BPF_MAP_TYPE_PERCPU_HASH || local
474 * the map's value itself is percpu. percpu_lru has
513 if (percpu)
577 if (!percpu && !lru) {
589 if (percpu) {
1000 bool percpu, bool onallcpus,
1044 if (percpu) {
998 alloc_htab_elem(struct bpf_htab *htab, void *key, void *value, u32 key_size, u32 hash, bool percpu, bool onallcpus, struct htab_elem *old_elem) argument
2222 bool percpu = htab_is_percpu(htab); local
[all...]
/linux-master/arch/x86/xen/
H A Dmulticalls.c23 #include <linux/percpu.h>
/linux-master/arch/sh/kernel/
H A Dhw_breakpoint.c13 #include <linux/percpu.h>
/linux-master/arch/mips/loongson64/
H A Dhpet.c4 #include <linux/percpu.h>
/linux-master/drivers/soc/ti/
H A Dknav_qmss.h14 #include <linux/percpu.h>
/linux-master/drivers/irqchip/
H A Dirq-partition-percpu.c11 #include <linux/irqchip/irq-partition-percpu.h>
/linux-master/tools/cgroup/
H A Dmemcg_slabinfo.py13 from drgn.helpers.linux.percpu import per_cpu_ptr
/linux-master/arch/sparc/kernel/
H A Dsysfs.c10 #include <linux/percpu.h>
/linux-master/drivers/clocksource/
H A Dmips-gic-timer.c13 #include <linux/percpu.h>
H A Dtimer-armada-370-xp.c42 #include <linux/percpu.h>
315 pr_err("Failed to request percpu irq\n");
/linux-master/include/linux/
H A Dradix-tree.h16 #include <linux/percpu.h>
H A Dsbitmap.h18 #include <linux/percpu.h>
160 * @alloc_hint: If true, apply percpu hint for where to start searching for
H A Dcpuidle.h14 #include <linux/percpu.h>
/linux-master/arch/x86/um/
H A Dtls_32.c6 #include <linux/percpu.h>
/linux-master/net/ipv6/
H A Dipcomp6.c31 #include <linux/percpu.h>
/linux-master/lib/
H A Dpercpu-refcount.c9 #include <linux/percpu-refcount.h>
12 * Initially, a percpu refcount is just a set of percpu counters. Initially, we
16 * percpu counters will all sum to the correct value
20 * and puts were done to a single integer, even if some of the percpu integers
23 * The real trick to implementing percpu refcounts is shutdown. We can't detect
25 * and defeat the whole purpose of using percpu refs.
29 * convert to non percpu mode before the initial ref is dropped everything
32 * Converting to non percpu mode is done with some RCUish stuff in
34 * atomic_long_t can't hit 0 before we've added up all the percpu ref
[all...]
/linux-master/kernel/locking/
H A Dqspinlock.c19 #include <linux/percpu.h>
/linux-master/arch/mips/kernel/
H A Dcevt-r4k.c12 #include <linux/percpu.h>
/linux-master/arch/x86/mm/
H A Dcpu_entry_area.c4 #include <linux/percpu.h>
/linux-master/kernel/
H A Dirq_work.c13 #include <linux/percpu.h>
/linux-master/arch/s390/include/asm/
H A Dpercpu.h183 #include <asm-generic/percpu.h>
/linux-master/block/
H A Dbsg.c11 #include <linux/percpu.h>
/linux-master/arch/s390/lib/
H A Dspinlock.c15 #include <linux/percpu.h>
/linux-master/drivers/perf/
H A Darm_pmu_acpi.c13 #include <linux/percpu.h>

Completed in 235 milliseconds

1234567891011>>