Searched refs:mp_maxcpus (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/libmemstat/ |
| H A D | memstat_malloc.c | 328 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 D | smp.h | 168 extern int mp_maxcpus;
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 74 int mp_maxcpus = MAXCPU; variable 86 SYSCTL_INT(_kern_smp, OID_AUTO, maxcpus, CTLFLAG_RD|CTLFLAG_CAPRD, &mp_maxcpus,
|
| H A D | sched_4bsd.c | 1191 KASSERT((cpunum <= mp_maxcpus),("forward_wakeup: bad cpunum.")); in forward_wakeup()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 142 int mp_maxcpus = MAXCPU; variable 153 SYSCTL_INT(_kern_smp, OID_AUTO, maxcpus, CTLFLAG_RD|CTLFLAG_CAPRD, &mp_maxcpus,
|