Searched refs:magmax (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 890 if (magcnt == magmax) { \ 905 size_t magsize, magmax, magbsize; local 932 magmax = (cp->cache_full.ml_total + 2 * umem_max_ncpus + 100) * magsize; 941 maglist = mdb_alloc(magmax * sizeof (void *), UM_SLEEP); 989 *magmaxp = magmax; 997 mdb_free(maglist, magmax * sizeof (void *)); 1120 size_t magmax, magcnt; local 1190 if (umem_read_magazines(cp, addr, &maglist, &magcnt, &magmax) != 0) 1196 if (umem_read_ptc(cp, &maglist, &magcnt, &magmax) != 0) 1214 umw->umw_max = magmax; [all...] |
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 973 if (magcnt == magmax) { \ 988 size_t magsize, magmax, magbsize; local 1015 magmax = (cp->cache_full.ml_total + 2 * ncpus + 100) * magsize; 1024 maglist = mdb_alloc(magmax * sizeof (void *), alloc_flags); 1085 *magmaxp = magmax; 1094 mdb_free(maglist, magmax * sizeof (void *)); 1156 size_t magmax, magcnt; local 1241 &magmax, UM_SLEEP) == WALK_ERR) 1258 kmw->kmw_max = magmax;
|
Completed in 86 milliseconds