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

/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c89 int new_max; local
93 new_max = (tsdp->tsd_max == 0) ? 16 : 2 * tsdp->tsd_max;
95 new_max * sizeof (*tsdp->tsd_array));
101 tsdp->tsd_max = new_max;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_map.c71 int new_max = maxformat ? (maxformat << 1) : 1; local
72 size_t nsize = new_max * sizeof (void *);
85 *max = new_max;
119 dtrace_id_t new_max = max ? (max << 1) : 1; local
120 size_t nsize = new_max * sizeof (void *);
145 dtp->dt_maxprobe = new_max;
321 dtrace_id_t new_max = max ? (max << 1) : 1; local
322 size_t nsize = new_max * sizeof (void *);
337 dtp->dt_maxagg = new_max;
H A Ddt_provider.c595 uint_t new_max = *maxoffs * 2; local
596 uint32_t *new_offs = dt_alloc(dtp, sizeof (uint32_t) * new_max);
604 *maxoffs = new_max;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c496 uint64_t new_max; local
498 if ((new_max = nl7c_uri_max) == 0) {
501 new_max = nl7c_uri_bytes;
503 if (new_max > 1) {
505 new_max >>= 1; /* 50% */
506 new_max += (new_max >> 1); /* 75% */
507 new_max += (new_max >> 2); /* 93% */
508 if (new_max < nl7c_uri_ma
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c2150 int new_max = max_preference(); local
2151 if (new_max != IGNORE_PREFERENCE) {
2154 if (tp->preference == new_max &&
2165 int new_max = max_preference(); local
2168 if (tp->preference < new_max && tp->in_kernel) {
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c209 uint32_t new_min, new_max; local
236 new_max = (srto->srto_max != 0) ? srto->srto_max : sctp->sctp_rto_max;
237 if (new_max < new_min) {

Completed in 82 milliseconds