| /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/external/mit/libuv/dist/src/unix/ |
| openbsd.c | 191 int percpu[] = {CTL_KERN,KERN_CPTIME2,0}; local 227 percpu[2] = i; 228 if (sysctl(percpu, ARRAY_SIZE(percpu), &info, &size, NULL, 0))
|
| /src/sys/kern/ |
| subr_percpu.c | 42 #include <sys/percpu.h> 52 struct percpu { struct 58 LIST_ENTRY(percpu) pc_list; 66 LIST_HEAD(, percpu) ctor_list; 205 * percpu_zero: initialize percpu storage with zero. 229 cv_init(&percpu_allocation.cv, "percpu"); 231 percpu_offset_arena = vmem_xcreate("percpu", 0, 0, PERCPU_QUANTUM_SIZE, 247 struct percpu *pc; 288 * percpu_alloc: allocate percpu storage 303 * 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/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/sys/arch/arm/pic/ |
| picvar.h | 107 #include <sys/percpu.h>
|
| /src/share/man/man9/ |
| Makefile | 52 percpu.9 pfil.9 physio.9 pktqueue.9 pmap.9 pmatch.9 pmf.9 pool.9 \ 705 MLINKS+=percpu.9 percpu_alloc.9 \ 706 percpu.9 percpu_create.9 \ 707 percpu.9 percpu_free.9 \ 708 percpu.9 percpu_getref.9 \ 709 percpu.9 percpu_putref.9 \ 710 percpu.9 percpu_foreach.9 \ 711 percpu.9 percpu_foreach_xcall.9
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_aggregate.c | 631 caddr_t *percpu = malloc(max_cpus * sizeof (caddr_t)); local 633 if (percpu == NULL) { 640 percpu[j] = malloc(rec->dtrd_size); 642 if (percpu[j] == NULL) { 644 free(percpu[j]); 653 percpu[j], rec->dtrd_size); 655 bzero(percpu[j], rec->dtrd_size); 659 aggdata->dtada_percpu = percpu;
|
| /src/sys/crypto/cprng_fast/ |
| cprng_fast.c | 44 #include <sys/percpu.h>
|
| /src/sys/dev/tprof/ |
| tprof_armv7.c | 35 #include <sys/percpu.h>
|
| tprof_armv8.c | 35 #include <sys/percpu.h>
|