/titanic_50/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_main.c | 533 int64_t excess; in rss_sample_col_cb() local 541 excess = rss - lcol->lcol_rss_cap; in rss_sample_col_cb() 542 if (excess > 0) { in rss_sample_col_cb() 635 int64_t excess = lcol->lcol_rss - lcol->lcol_rss_cap; in excess_print_cb() local 642 (long long)excess); in excess_print_cb() 658 int64_t excess; in scan_cb() local 667 if ((excess = lcol->lcol_rss - lcol->lcol_rss_cap) > 0) { in scan_cb() 668 scan(lcol, excess); in scan_cb() 682 int64_t excess; in scan_gz() local 692 excess = lcol->lcol_rss - lcol->lcol_rss_cap; in scan_gz() [all …]
|
H A D | rcapd_scanner.c | 630 scan(lcollection_t *lcol, int64_t excess) in scan() argument 641 (long long)excess); in scan() 706 if (col_unrm_size < excess) { in scan() 731 while (vic != NULL && excess > 0 && should_run) { in scan() 798 while (excess > 0 && vicaddr != NULL && should_run) { in scan() 851 1024) < excess); in scan() 869 excess += (d_rss = rss_delta( in scan() 922 excess += rss_delta(&new_psinfo, &old_psinfo, vic); in scan() 924 (long long)excess); in scan() 944 if (excess > 0) { in scan() [all …]
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _times_power.c | 275 short unsigned excess; in _big_float_times_power() local 328 excess = lengthprod - needed_precision; in _big_float_times_power() 330 excess = 0; in _big_float_times_power() 331 if ((i == itlast) && ((j + 2) <= excess) && (pbf->bsignificand[j + 1] <= canquit) in _big_float_times_power() 353 excess = j + 2; /* Can discard j+1, j, in _big_float_times_power() 366 pbf->bsignificand[excess] |= 1; /* Sticky bit on. */ in _big_float_times_power() 368 printf(" discard %d digits - last gets %d \n", excess, pbf->bsignificand[excess]); in _big_float_times_power() 370 trailing_zeros_to_delete = excess; in _big_float_times_power()
|
H A D | double_decim.c | 221 int e, i, j, is, excess; in binary_to_decimal_fraction() local 285 excess = (-pb->bexponent) / 16; in binary_to_decimal_fraction() 287 printf(" discard %d excess fraction bits \n", 16 * excess); in binary_to_decimal_fraction() 289 for (i = 0; (i < excess) && (pb->bsignificand[i] == 0); i++); in binary_to_decimal_fraction() 290 if (i < excess) in binary_to_decimal_fraction() 291 pb->bsignificand[excess] |= 1; /* Sticky bit for in binary_to_decimal_fraction() 293 for (i = excess; i < pb->blength; i++) in binary_to_decimal_fraction() 294 pb->bsignificand[i - excess] = pb->bsignificand[i]; in binary_to_decimal_fraction() 296 pb->blength -= excess; in binary_to_decimal_fraction() 297 pb->bexponent += 16 * excess; in binary_to_decimal_fraction()
|
H A D | decimal_bin.c | 127 int i, excess; local 169 excess = (-pdout->bexponent) / 4; 171 printf(" discard %d excess fraction digits \n", 4 * excess); 173 for (i = 0; (i < excess) && ((pdout)->bsignificand[i] == 0); i++); 174 if (i < excess) 175 (pdout)->bsignificand[excess] |= 1; /* Sticky bit for 177 for (i = excess; i < (pdout)->blength; i++) 178 (pdout)->bsignificand[i - excess] = (pdout)->bsignificand[i]; 180 (pdout)->blength -= excess; 181 (pdout)->bexponent += 4 * excess;
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | nd.c | 103 int excess; in nd_getset() local 110 excess = size_out - avail; in nd_getset() 111 if (excess > 0) { in nd_getset() 113 size_out -= excess; in nd_getset() 114 (void) adjmsg(mp1, -(excess + 1)); in nd_getset()
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.2.sample | 33 # exceeds committed burst, but not excess burst and AF13 if it exceeds the 34 # excess burst. 63 # committed burst, af12 if it exceeds committed burst, but not excess burst 64 # and af13 if it exceeds excess burst.
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 214 int excess; in mac_ndd_get_ioctl() local 221 excess = size_out - avail; in mac_ndd_get_ioctl() 223 size_out -= excess; in mac_ndd_get_ioctl() 224 (void) adjmsg(mp1, -(excess + 1)); in mac_ndd_get_ioctl()
|
/titanic_50/usr/src/lib/libc/port/tpool/ |
H A D | thread_pool.c | 470 int excess; in tpool_resume() local 481 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume() 482 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { in tpool_resume()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfslog_config.c | 948 int excess = 0; in gataline() local 968 excess = 1; in gataline() 1009 if (excess) { in gataline()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 349 int excess = 0; in get_line() local 369 excess = 1; in get_line() 407 if (excess) { in get_line()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 1766 spgcnt_t excess; in sbd_select_mem_target() local 1785 excess = t_mp->sbm_slice_offset; in sbd_select_mem_target() 1786 if (excess > 0) { in sbd_select_mem_target() 1791 _ptob64(excess), in sbd_select_mem_target() 1806 excess = (s_mp->sbm_basepfn + s_mp->sbm_npages) in sbd_select_mem_target() 1808 if (excess > 0) { in sbd_select_mem_target() 1813 p -= excess; in sbd_select_mem_target() 1817 _ptob64(excess), in sbd_select_mem_target()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcmod.c | 1332 int excess; in mir_rput() local 1471 excess = frag_len - (frag_header & ~MIR_LASTFRAG); in mir_rput() 1472 if (excess < 0) { in mir_rput() 1487 if (excess > 0) { in mir_rput() 1513 mp1->b_rptr = mp1->b_wptr - excess; in mir_rput() 1514 mp->b_wptr -= excess; in mir_rput()
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2379 spgcnt_t excess; in dr_select_mem_target() local 2398 excess = t_mp->sbm_slice_offset - in dr_select_mem_target() 2401 if (excess > 0) { in dr_select_mem_target() 2405 _ptob64(excess)); in dr_select_mem_target() 2419 excess = (s_mp->sbm_basepfn + s_mp->sbm_npages) in dr_select_mem_target() 2421 if (excess > 0) { in dr_select_mem_target() 2428 _ptob64(excess)); in dr_select_mem_target()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_ndd.c | 1425 ssize_t excess; in hxge_nd_getset() local 1434 excess = size_out - avail; in hxge_nd_getset() 1435 if (excess > 0) { in hxge_nd_getset() 1437 size_out -= excess; in hxge_nd_getset() 1438 (void) adjmsg(mp1, -(excess + 1)); in hxge_nd_getset()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 672 mblk_t **excess = &tcp->tcp_xmit_head; in tcp_wput_flush() local 674 mblk_t *mp1 = *excess; in tcp_wput_flush() 679 excess = &mp1->b_cont; in tcp_wput_flush() 681 *excess = NULL; in tcp_wput_flush()
|
/titanic_50/usr/src/uts/sun/io/eri/ |
H A D | eri.c | 4465 ssize_t excess; in eri_nd_getset() local 4474 excess = size_out - avail; in eri_nd_getset() 4475 if (excess > 0) { in eri_nd_getset() 4477 size_out -= excess; in eri_nd_getset() 4478 (void) adjmsg(mp1, -(excess + 1)); in eri_nd_getset()
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | standard | 171 # excess delays in sending data to the printer, interpreting all
|
H A D | tsol_standard | 183 # excess delays in sending data to the printer, interpreting all
|
H A D | tsol_standard_foomatic | 185 # excess delays in sending data to the printer, interpreting all
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 463 This, along with the excess of open file descriptors in an otherwise 587 We may as well avoid sending an excess of packets.
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 767 R$+ < $* > < $2 > strip excess on left 768 R< $* > $+ < $1 > strip excess on right
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 8143 excess
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 8141 excess
|