HomeSort by: relevance | last modified time | path
    Searched refs:percpu (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/sys/sys/
percpu_types.h 35 typedef struct percpu percpu_t;
localcount.h 43 struct percpu;
47 struct percpu *lc_percpu; /* int64_t */
rndsource.h 44 struct percpu;
76 void *state; /* percpu (struct rndsource_cpu *) */
  /src/sys/external/bsd/common/include/linux/
srcu.h 48 struct percpu;
51 struct percpu *srcu_percpu; /* struct srcu_cpu */
  /src/sys/arch/arm/cortex/
gtmr_var.h 34 #include <sys/percpu.h>
  /src/tests/modules/
t_threadpool.sh 94 atf_test_case percpu cleanup
96 atf_set "descr" "Test percpu thread pools"
108 # Create a percpu pool.
139 atf_add_test_case percpu
  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 41 #include <sys/percpu.h>
55 static struct percpu *irq_work_percpu;
  /src/sys/net/
if_gif.h 41 #include <sys/percpu.h>
145 * percpu'ed tunnel_ro.tr_lock.
net_stats.h 36 #include <sys/percpu.h>
  /src/sys/kern/
subr_percpu.c 41 #include <sys/percpu.h>
50 struct percpu { struct
56 LIST_ENTRY(percpu) pc_list;
64 LIST_HEAD(, percpu) ctor_list;
203 * percpu_zero: initialize percpu storage with zero.
227 cv_init(&percpu_allocation.cv, "percpu");
229 percpu_offset_arena = vmem_xcreate("percpu", 0, 0, PERCPU_QUANTUM_SIZE,
245 struct percpu *pc;
286 * percpu_alloc: allocate percpu storage
301 * percpu_create: allocate percpu storage and associate ctor/dtor with i
    [all...]
subr_localcount.c 55 #include <sys/percpu.h>
67 * code on failure. May fail to allocate memory for percpu(9).
subr_cprng.c 66 #include <sys/percpu.h>
76 struct percpu *cs_percpu; /* struct cprng_cpu */
84 * allocated separately because percpu(9) sometimes moves per-CPU
231 * separately, since percpu(9) may move objects around in
277 * invalidates our percpu(9) reference.
subr_psref.c 77 #include <sys/percpu.h>
97 struct percpu *prc_percpu; /* struct psref_cpu */
  /src/sys/netipsec/
keydb.h 40 #include <sys/percpu.h>
124 /* percpu counters for lft_c->sadb_lifetime_{allocations,bytes} */
  /src/sys/netinet/
wqinput.c 42 #include <sys/percpu.h>
61 * of percpu data while percpu(9) may move percpu data during bootup.
74 struct percpu *wqi_worklists; /* struct wqinput_worklist */
  /src/sys/arch/arm/pic/
picvar.h 107 #include <sys/percpu.h>
  /src/sys/external/bsd/common/linux/
linux_srcu.c 64 #include <sys/percpu.h>
linux_tasklet.c 44 #include <sys/percpu.h>
57 struct percpu *tq_percpu; /* struct tasklet_cpu * */
  /src/sys/net/npf/
npf.c 43 #include <sys/percpu.h>
  /src/share/man/man9/
Makefile 51 percpu.9 pfil.9 physio.9 pktqueue.9 pmap.9 pmatch.9 pmf.9 pool.9 \
703 MLINKS+=percpu.9 percpu_alloc.9 \
704 percpu.9 percpu_create.9 \
705 percpu.9 percpu_free.9 \
706 percpu.9 percpu_getref.9 \
707 percpu.9 percpu_putref.9 \
708 percpu.9 percpu_foreach.9 \
709 percpu.9 percpu_foreach_xcall.9
  /src/sys/dev/tprof/
tprof_armv7.c 35 #include <sys/percpu.h>
tprof_armv8.c 35 #include <sys/percpu.h>
tprof_x86_amd.c 67 #include <sys/percpu.h>
tprof_x86_intel.c 67 #include <sys/percpu.h>
  /src/sys/crypto/cprng_fast/
cprng_fast.c 44 #include <sys/percpu.h>

Completed in 22 milliseconds

1 2