Searched refs:mp_maxid (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-10.3-release/sys/kern/
H A Dsubr_pcpu.c410 for (id = 0; id <= mp_maxid; id++) {
H A Dsched_ule.c622 for ((cpu) = 0; (cpu) <= mp_maxid; (cpu)++) \
668 for (i = cg->cg_children, cpu = mp_maxid; ; ) {
1253 if (cpu > mp_maxid) {
/freebsd-10.3-release/sys/i386/xen/
H A Dmp_machdep.c260 mp_maxid = MAXCPU - 1;
741 KASSERT(mp_maxid >= mp_ncpus - 1,
742 ("%s: counters out of sync: max %d, count %d", __func__, mp_maxid,
/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c91 KASSERT(cpu <= mp_maxid, ("VMBUS: vmbus_msg_swintr: "
/freebsd-10.3-release/sys/x86/x86/
H A Dintr_machdep.c481 if (current_cpu > mp_maxid)
/freebsd-10.3-release/sys/powerpc/pseries/
H A Dplatform_chrp.c454 for (i = 0; i <= mp_maxid; i++) {
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dintr_machdep.c479 if (current_cpu > mp_maxid)
/freebsd-10.3-release/sys/net/
H A Dnetisr.c880 KASSERT(cpuid <= mp_maxid, ("%s: cpuid too big (%u, %u)", __func__,
881 cpuid, mp_maxid));
/freebsd-10.3-release/sys/netinet/
H A Dtcp_timer.c190 #define INP_CPU(inp) (per_cpu_timers ? (!CPU_ABSENT(((inp)->inp_flowid % (mp_maxid+1))) ? \
191 ((inp)->inp_flowid % (mp_maxid+1)) : curcpu) : 0)
H A Dsctp_pcb.c5720 ((mp_maxid + 1) * sizeof(struct sctp_mcore_ctrl)),
5726 memset(sctp_mcore_workers, 0, ((mp_maxid + 1) *
5729 for (i = 0; i <= mp_maxid; i++) {
5780 ((mp_maxid + 1) * sizeof(struct sctpstat)),
5785 bzero(SCTP_BASE_STATS, (sizeof(struct sctpstat) * (mp_maxid + 1)));
H A Dsctp_sysctl.c676 for (cpu = 0; cpu < mp_maxid; cpu++) {
/freebsd-10.3-release/sys/dev/acpica/
H A Dacpi_cpu.c231 (mp_maxid + 1), M_TEMP /* XXX */, M_WAITOK | M_ZERO);
/freebsd-10.3-release/sys/vm/
H A Duma_core.c1825 (sizeof(struct uma_cache) * (mp_maxid + 1));
3470 ush.ush_maxcpus = (mp_maxid + 1);
3514 for (i = 0; i < (mp_maxid + 1); i++) {
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c11897 if (size > physmem * PAGE_SIZE / (128 * (mp_maxid + 1)))

Completed in 223 milliseconds

12