Home
last modified time | relevance | path

Searched refs:mp_maxcpus (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c328 int hint_dontsearch, j, mp_maxcpus, mp_ncpus, ret; in memstat_kvm_malloc() local
350 ret = kread_symbol(kvm, X_MP_MAXCPUS, &mp_maxcpus, in memstat_kvm_malloc()
351 sizeof(mp_maxcpus), 0); in memstat_kvm_malloc()
404 name, mp_maxcpus); in memstat_kvm_malloc()
415 _memstat_mt_reset_stats(mtp, mp_maxcpus); in memstat_kvm_malloc()
441 for (; j < mp_maxcpus; j++) { in memstat_kvm_malloc()
/f-stack/freebsd/sys/
H A Dsmp.h168 extern int mp_maxcpus;
/f-stack/freebsd/kern/
H A Dsubr_smp.c74 int mp_maxcpus = MAXCPU; variable
86 SYSCTL_INT(_kern_smp, OID_AUTO, maxcpus, CTLFLAG_RD|CTLFLAG_CAPRD, &mp_maxcpus,
H A Dsched_4bsd.c1191 KASSERT((cpunum <= mp_maxcpus),("forward_wakeup: bad cpunum.")); in forward_wakeup()
/f-stack/lib/
H A Dff_glue.c142 int mp_maxcpus = MAXCPU; variable
153 SYSCTL_INT(_kern_smp, OID_AUTO, maxcpus, CTLFLAG_RD|CTLFLAG_CAPRD, &mp_maxcpus,