| /netbsd-src/external/mit/libuv/dist/src/unix/ |
| H A D | openbsd.c | 186 int percpu[] = {CTL_KERN,KERN_CPTIME2,0}; in uv_cpu_info() local 214 percpu[2] = i; in uv_cpu_info() 215 if (sysctl(percpu, ARRAY_SIZE(percpu), &info, &size, NULL, 0)) in uv_cpu_info()
|
| /netbsd-src/sys/sys/ |
| H A D | localcount.h | 43 struct percpu; 47 struct percpu *lc_percpu; /* int64_t */
|
| H A D | percpu_types.h | 35 typedef struct percpu percpu_t;
|
| H A D | rndsource.h | 44 struct percpu;
|
| H A D | mbuf.h | 113 struct percpu *mo_counters;
|
| /netbsd-src/sys/external/bsd/common/include/linux/ |
| H A D | srcu.h | 48 struct percpu; 51 struct percpu *srcu_percpu; /* struct srcu_cpu */
|
| /netbsd-src/sys/kern/ |
| H A D | subr_percpu.c | 50 struct percpu { struct 56 LIST_ENTRY(percpu) pc_list; argument 64 LIST_HEAD(, percpu) ctor_list; 245 struct percpu *pc; in percpu_init_cpu()
|
| H A D | subr_cprng.c | 76 struct percpu *cs_percpu; /* struct cprng_cpu */
|
| H A D | subr_psref.c | 97 struct percpu *prc_percpu; /* struct psref_cpu */
|
| H A D | kern_entropy.c | 101 #include <sys/percpu.h> 135 * because percpu(9) sometimes moves per-CPU objects around 209 static struct percpu *entropy_percpu __read_mostly; /* struct entropy_cpu */ 337 * Requires percpu(9) and sysctl(9) to be initialized. Must run 473 * percpu(9) constructor for per-CPU entropy pool. 500 * percpu(9) destructor for per-CPU entropy pool.
|
| /netbsd-src/tests/modules/ |
| H A D | 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
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 46 percpu.9 pfil.9 physio.9 pktqueue.9 pmap.9 pmatch.9 pmf.9 pool.9 \ 698 MLINKS+=percpu.9 percpu_alloc.9 \ 699 percpu.9 percpu_create.9 \ 700 percpu.9 percpu_free.9 \ 701 percpu.9 percpu_getref.9 \ 702 percpu.9 percpu_putref.9 \ 703 percpu.9 percpu_foreach.9 \ 704 percpu.9 percpu_foreach_xcall.9
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | 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;
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_irq_work.c | 55 static struct percpu *irq_work_percpu;
|
| /netbsd-src/sys/netinet/ |
| H A D | wqinput.c | 74 struct percpu *wqi_worklists; /* struct wqinput_worklist */
|
| /netbsd-src/sys/external/bsd/common/linux/ |
| H A D | linux_tasklet.c | 57 struct percpu *tq_percpu; /* struct tasklet_cpu * */
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_osf1.c | 684 long percpu; in linux_sys_osf1_getsysinfo() local 743 datalen = sizeof(percpu); in linux_sys_osf1_getsysinfo()
|
| /netbsd-src/sys/net/ |
| H A D | pktqueue.c | 87 struct percpu * pq_pcq; /* struct pcq * */
|
| H A D | bpf.c | 65 #include <sys/percpu.h> 123 static struct percpu *bpf_gstats_percpu; /* struct bpf_stat */ 2717 * but we could do something like *signed* percpu in bpf_modcmd()
|
| H A D | if.c | 241 struct percpu *ipq_ifqs; /* struct ifqueue */ 824 * softint and percpu ifqueue. It doesn't distribute any packets
|
| /netbsd-src/sys/dev/tprof/ |
| H A D | tprof.c | 112 static struct percpu *tprof_cpus __read_mostly; /* tprof_cpu_t * */
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | Changes | 716 sent me wants "percpu" instead. That is what I am using and it 748 affected the Vax version as well), sums the elements of the percpu
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 2934 percpu
|