Home
last modified time | relevance | path

Searched refs:excess (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c533 int64_t excess; in rss_sample_col_cb() local
542 if (excess > 0) { in rss_sample_col_cb()
642 (long long)excess); in excess_print_cb()
658 int64_t excess; in scan_cb() local
668 scan(lcol, excess); in scan_cb()
682 int64_t excess; in scan_gz() local
699 if (excess > 0) { in scan_gz()
701 scan(lcol, excess); in scan_gz()
716 int64_t excess; in soft_scan_cb() local
749 int64_t excess; in soft_scan_gz() local
[all …]
H A Drcapd_scanner.c628 scan(lcollection_t *lcol, int64_t excess) in scan() argument
639 (long long)excess); in scan()
704 if (col_unrm_size < excess) { in scan()
729 while (vic != NULL && excess > 0 && should_run) { in scan()
849 1024) < excess) in scan()
868 excess += (d_rss = rss_delta( in scan()
923 (long long)excess); in scan()
943 if (excess > 0) { in scan()
962 if (resumed == 0 && excess > 0) in scan()
969 if (excess > 0) in scan()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dnd.c103 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()
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.2.sample33 # 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.
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ndd.c214 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()
/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c468 int excess; in tpool_resume() local
479 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume()
480 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { in tpool_resume()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c349 int excess = 0; in get_line() local
369 excess = 1; in get_line()
407 if (excess) { in get_line()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c962 int excess = 0; in gataline() local
982 excess = 1; in gataline()
1023 if (excess) { in gataline()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c1766 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()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_mem.c2381 spgcnt_t excess; in dr_select_mem_target() local
2400 excess = t_mp->sbm_slice_offset - in dr_select_mem_target()
2403 if (excess > 0) { in dr_select_mem_target()
2407 _ptob64(excess)); in dr_select_mem_target()
2421 excess = (s_mp->sbm_basepfn + s_mp->sbm_npages) in dr_select_mem_target()
2423 if (excess > 0) { in dr_select_mem_target()
2430 _ptob64(excess)); in dr_select_mem_target()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcmod.c1332 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()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c1391 ssize_t excess; in hxge_nd_getset() local
1400 excess = size_out - avail; in hxge_nd_getset()
1401 if (excess > 0) { in hxge_nd_getset()
1403 size_out -= excess; in hxge_nd_getset()
1404 (void) adjmsg(mp1, -(excess + 1)); in hxge_nd_getset()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c687 mblk_t **excess = &tcp->tcp_xmit_head; in tcp_wput_flush() local
689 mblk_t *mp1 = *excess; in tcp_wput_flush()
694 excess = &mp1->b_cont; in tcp_wput_flush()
696 *excess = NULL; in tcp_wput_flush()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.msg261 @ MSG_EM_EXCESS_NF "excess"
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c4465 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()
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c2403 static void excess(struct expression *e, const char *s) in excess() function
2612 excess(e, class & TYPE_PTR ? "array" : in handle_list_initializer()
2669 excess(e, lclass & TYPE_PTR ? "array" : "struct or union"); in handle_list_initializer()
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard171 # excess delays in sending data to the printer, interpreting all
H A Dtsol_standard182 # excess delays in sending data to the printer, interpreting all
H A Dtsol_standard_foomatic185 # excess delays in sending data to the printer, interpreting all
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6461 This, along with the excess of open file descriptors in an otherwise
585 We may as well avoid sending an excess of packets.
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4767 R$+ < $* > < $2 > strip excess on left
768 R< $* > $+ < $1 > strip excess on right
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in5232 and reset as needed. If it is shortened excess
H A Dlibdwarf.h.in5232 and reset as needed. If it is shortened excess
/illumos-gate/usr/src/cmd/look/
H A Dwords8143 excess
/illumos-gate/usr/src/cmd/spell/
H A Dlist8141 excess