SMP_MAXCPU
size_t len = sizeof(struct rtstatistics) * SMP_MAXCPU;
size_t len = sizeof(struct kinfo_cputime) * SMP_MAXCPU;
#define MAXCPU SMP_MAXCPU
SMP_MAXCPU, M_TEMP /* XXX */, M_INTWAIT | M_ZERO);
uint16_t qmap[SMP_MAXCPU][2];
int cputovect[SMP_MAXCPU];
#define OS_MAXCPUS SMP_MAXCPU
static int vtblk_max_queues = SMP_MAXCPU;
struct vtblk_queue vtblk_queues[SMP_MAXCPU];
int vtblk_vqmap[SMP_MAXCPU];
static struct iosched_data ioscpu[SMP_MAXCPU];
if (SIZE_T_MAX / SMP_MAXCPU - td->td_iosdata.iowbytes < bytes)
bytes = SIZE_T_MAX / SMP_MAXCPU - td->td_iosdata.iowbytes;
static struct mbtypes_stat mbtypes[SMP_MAXCPU];
static struct mbstat mbstat[SMP_MAXCPU] __cachealign;
struct nchstats nchstats[SMP_MAXCPU];
struct route gif_ro[SMP_MAXCPU];
struct route_in6 gif_ro6[SMP_MAXCPU];
static int saveticks[SMP_MAXCPU];
static int savecounts[SMP_MAXCPU];
static tsc_uclock_t last_tsc[SMP_MAXCPU];
virtual_start += sizeof(struct privatespace) * SMP_MAXCPU;
#define MAX_MAPENT (SMP_MAXCPU * 32 + 1024)
vm_zpcpu_t zpcpu[SMP_MAXCPU];
size_t nch_len = SMP_MAXCPU * sizeof(struct nchstats);
struct tcp_stats zerostat[SMP_MAXCPU];
size_t len = sizeof(struct tcp_stats) * SMP_MAXCPU;
struct udpstat zerostat[SMP_MAXCPU];
size_t len = sizeof(struct udpstat) * SMP_MAXCPU;
struct ip_stats zerostat[SMP_MAXCPU];
size_t len = sizeof(struct ip_stats) * SMP_MAXCPU;
struct ip_stats stattmp[SMP_MAXCPU];
len = sizeof(struct ip_stats) * SMP_MAXCPU;
struct udpstat stattmp[SMP_MAXCPU];
len = sizeof(struct udpstat) * SMP_MAXCPU;
struct tcp_stats tcp_array[SMP_MAXCPU];
struct tcp_stats stattmp[SMP_MAXCPU];
len = sizeof(struct tcp_stats) * SMP_MAXCPU;
size_t nch_size = sizeof(ls->nchstats) * SMP_MAXCPU;
size_t nch_size = sizeof(struct nchstats) * SMP_MAXCPU;