Searched refs:maxcpus (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/lib/libmemstat/
H A Dmemstat_internal.h123 int allocator, const char *name, int maxcpus);
125 int maxcpus);
H A Dmemstat_malloc.c72 int count, hint_dontsearch, i, j, maxcpus; local
81 * fail. Note that the value of maxcpus we query using sysctl is not
86 size = sizeof(maxcpus);
87 if (sysctlbyname("kern.smp.maxcpus", &maxcpus, &size, NULL, 0) < 0) {
94 if (size != sizeof(maxcpus)) {
113 maxcpus);
163 maxcpus = mtshp->mtsh_maxcpus;
176 mthp->mth_name, maxcpus);
187 _memstat_mt_reset_stats(mtp, maxcpus);
[all...]
H A Dmemstat.c150 const char *name, int maxcpus)
162 maxcpus);
164 maxcpus);
178 _memstat_mt_reset_stats(struct memory_type *mtp, int maxcpus) argument
200 for (i = 0; i < maxcpus; i++) {
149 _memstat_mt_allocate(struct memory_type_list *list, int allocator, const char *name, int maxcpus) argument
H A Dmemstat_uma.c81 int count, hint_dontsearch, i, j, maxcpus, maxid; local
90 * fail. Note that the value of maxcpus we query using sysctl is not
172 maxcpus = ushp->ush_maxcpus;
203 for (j = 0; j < maxcpus; j++) {
/freebsd-11.0-release/sys/net/
H A Drss_config.c124 SYSCTL_INT(_net_inet_rss, OID_AUTO, maxcpus, CTLFLAG_RD,
/freebsd-11.0-release/sys/kern/
H A Dsubr_smp.c84 SYSCTL_INT(_kern_smp, OID_AUTO, maxcpus, CTLFLAG_RD|CTLFLAG_CAPRD, &mp_maxcpus,

Completed in 269 milliseconds