Searched refs:new_max (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_map.c46 dtrace_id_t new_max = max ? (max << 1) : 1; local
47 size_t nsize = new_max * sizeof (void *);
72 dtp->dt_maxprobe = new_max;
162 int new_max = maxformat ? (maxformat << 1) : 1; local
163 size_t nsize = new_max * sizeof (void *);
178 dtp->dt_maxformat = new_max;
296 dtrace_id_t new_max = max ? (max << 1) : 1; local
297 size_t nsize = new_max * sizeof (void *);
312 dtp->dt_maxagg = new_max;
H A Ddt_provider.c576 uint_t new_max = *maxoffs * 2; local
577 uint32_t *new_offs = dt_alloc(dtp, sizeof (uint32_t) * new_max);
585 *maxoffs = new_max;

Completed in 25 milliseconds