Searched refs:percpu (Results 76 - 100 of 473) sorted by relevance

1234567891011>>

/linux-master/arch/x86/include/asm/
H A Dhw_breakpoint.h22 #include <linux/percpu.h>
H A Dkprobes.h17 #include <linux/percpu.h>
H A Dhw_irq.h21 #include <linux/percpu.h>
H A Dcpu.h9 #include <linux/percpu.h>
H A Ddebugreg.h6 #include <linux/percpu.h>
H A Dtopology.h39 #include <asm/percpu.h>
46 * override generic percpu implementation of cpu_to_node
241 #include <asm/percpu.h>
/linux-master/kernel/locking/
H A Dqrwlock.c12 #include <linux/percpu.h>
H A DMakefile6 obj-y += mutex.o semaphore.o rwsem.o percpu-rwsem.o
H A Dpercpu-rwsem.c3 #include <linux/percpu.h>
6 #include <linux/percpu-rwsem.h>
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h9 #include <linux/percpu.h>
/linux-master/kernel/time/
H A Dtick-broadcast-hrtimer.c9 #include <linux/percpu.h>
/linux-master/arch/alpha/boot/
H A Dbootpz.c119 struct percpu_struct * percpu; local
149 percpu = (struct percpu_struct *)
151 rev = percpu->pal_revision = percpu->palcode_avail[2];
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.h10 #include <linux/percpu-defs.h>
/linux-master/arch/arm64/include/asm/
H A Dsmp.h28 #include <asm/percpu.h>
H A Dcpu.h10 #include <linux/percpu.h>
/linux-master/arch/powerpc/include/asm/
H A Dkprobes.h21 #include <linux/percpu.h>
/linux-master/arch/s390/include/asm/
H A Dkprobes.h34 #include <linux/percpu.h>
/linux-master/arch/arm64/kernel/
H A Dsuspend.c3 #include <linux/percpu.h>
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_kmem.c22 * Memory cgroup charging is performed using percpu batches 64 pages
349 * is greater than 0 and approximates matches the percpu value
356 long current, percpu; local
381 percpu = cg_read_key_long(parent, "memory.stat", "percpu ");
383 if (current > 0 && percpu > 0 && abs(current - percpu) <
388 current, percpu);
/linux-master/kernel/bpf/
H A Dbpf_lru_list.c6 #include <linux/percpu.h>
501 if (lru->percpu)
558 if (lru->percpu)
616 if (lru->percpu)
651 int bpf_lru_init(struct bpf_lru *lru, bool percpu, u32 hash_offset, argument
656 if (percpu) {
686 lru->percpu = percpu;
696 if (lru->percpu)
/linux-master/net/rds/
H A Dib_recv.c107 cache->percpu = alloc_percpu_gfp(struct rds_ib_cache_head, gfp);
108 if (!cache->percpu)
112 head = per_cpu_ptr(cache->percpu, cpu);
130 free_percpu(ic->i_cache_incs.percpu);
143 head = per_cpu_ptr(cache->percpu, cpu);
166 free_percpu(ic->i_cache_incs.percpu);
177 free_percpu(ic->i_cache_frags.percpu);
471 * First, we put the memory on a percpu list. When this reaches a certain size,
472 * We move it to an intermediate non-percpu list in a lockless manner, with some
487 chpfirst = __this_cpu_read(cache->percpu
[all...]
H A Dstats.c33 #include <linux/percpu.h>
/linux-master/include/linux/
H A Dspinlock_rt.h11 struct lock_class_key *key, bool percpu);
14 struct lock_class_key *key, bool percpu)
13 __rt_spin_lock_init(spinlock_t *lock, const char *name, struct lock_class_key *key, bool percpu) argument
/linux-master/net/ipv4/netfilter/
H A Dnf_dup_ipv4.c10 #include <linux/percpu.h>
/linux-master/net/ipv6/netfilter/
H A Dnf_dup_ipv6.c9 #include <linux/percpu.h>

Completed in 188 milliseconds

1234567891011>>