Searched refs:total (Results 201 - 225 of 354) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c437 int total = 0; local
439 total += _manager->pools[i].npages;
441 return total;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c73 table->total = 0;
87 table->total = 0;
292 if (table->total == table->max) {
310 ++table->total;
323 ++dup_table->total;
423 --table->total;
433 --table->total;
606 if (table->total == table->max) {
708 ++table->total;
721 ++dup_table->total;
[all...]
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c252 pmcstat_cgnode_print(struct pmcstat_cgnode *cg, int depth, uint32_t total) argument
264 if (cg->pcg_count == total)
268 100.0 * cg->pcg_count / total);
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c789 long long total = 0; local
844 total += tmp_total;
860 sizetobuf(buf, sizeof(buf), hflag, total, hlen, blocksize);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsfsasl.c294 size_t ret = 0, total = 0; local
334 &outbuf[total], outlen);
338 total += ret;
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c2142 uint32_t *bl, *c, maxl, total; local
2205 total = 0;
2207 total += c[i] * i;
2211 total);
2232 uint64_t *bl, *c, j, maxl, total; local
2307 total = 0;
2309 total += c[i] * i;
2314 (uintmax_t)nbucket, (uintmax_t)total);
2337 uint32_t *bl, *c, maxl, total; local
2417 total
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c379 ** l <= r iff !(r < l) (assuming a total order). If the metamethod
471 ** Main operation for concatenation: concat 'total' values in the stack,
472 ** from 'L->top - total' up to 'L->top - 1'.
474 void luaV_concat (lua_State *L, int total) { argument
475 lua_assert(total >= 2);
490 /* collect total length and number of strings */
491 for (n = 1; n < total && tostring(L, top - n - 1); n++) {
508 total -= n-1; /* got 'n' strings to create 1 new */
510 } while (total > 1); /* repeat until only 1 result left */
686 int total local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.c2217 * Let N be the total number of bytes in the current frame we are sending.
2221 * F(t) be equal to the total number of bytes received by the peer
2249 * important total bundle latency is (e.g., for interactive response time),
2267 int t0, total, topSum, botSum; local
2326 for (total = i = 0; i < numFragments; i++) {
2331 total += ((flowTime * priv->links[
2335 if (total >= len)
2350 for (total = i = 0; i < numFragments; i++) {
2356 total += distrib[sortByLatency[i]];
2360 if (total < le
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8320 sparc_rtx_costs (rtx x, int code, int outer_code, int *total)
8330 *total = 0;
8336 *total = 2;
8342 *total = 4;
8352 *total = 0;
8354 *total = 8;
8363 *total = sparc_costs->int_zload - COSTS_N_INSNS (1);
8367 *total = sparc_costs->int_sload - COSTS_N_INSNS (1);
8371 *total = sparc_costs->float_load;
8375 *total
8294 sparc_rtx_costs(rtx x, int code, int outer_code, int *total) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dentropy.c278 source->total = 0;
/freebsd-11-stable/sys/dev/drm/
H A Dsavage_state.c343 if (start + n > dmabuf->total / 32) {
345 start, start + n - 1, dmabuf->total / 32);
629 if (idx[i] > dmabuf->total / 32) {
631 i, idx[i], dmabuf->total / 32);
/freebsd-11-stable/sys/i386/include/
H A Dcserial.h60 unsigned long totsec; /* total seconds elapsed */
62 struct e1_counters total; /* total statistics data */ member in struct:e1_statistics
435 int fifosz; /* total hardware i/o buffer size */
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s9 %define ETH_MIN 60 ; min/max total frame size
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.h77 u_int64_t total; /* total work in bytes */ member in struct:hfsc_classstats
244 u_int64_t cl_total; /* total work in bytes */
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c1186 ssize_t wlen, total; local
1197 total = 0;
1240 total += wlen;
1251 return (total);
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c538 uint64_t total; local
572 total = params->sectors;
574 total = (uint64_t)params->cylinders *
577 bd->bd_sectors = total;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc362 * Return the total size in bytes of the on-disk value profile data
393 * Return the total size of \c ValueProfileData.
478 * Return the total size of the value profile record including the
498 * Return the total number of value data for \c This record.
531 * Return the total size in bytes of the on-disk value profile data
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc362 * Return the total size in bytes of the on-disk value profile data
393 * Return the total size of \c ValueProfileData.
478 * Return the total size of the value profile record including the
498 * Return the total number of value data for \c This record.
531 * Return the total size in bytes of the on-disk value profile data
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstring.c626 total_len = str->len + count; /* total size needed */
773 * data and track the total length in STR->LEN to make the reallocation
1424 const apr_size_t total = lena + lenb;
1503 if (total)
1504 return ((2 * SVN_STRING__SIM_RANGE_MAX * lcs + total/2) / total);
1419 const apr_size_t total = lena + lenb; local
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h235 * @param total: total rrset count (presumably an+ns+ar).
243 size_t ar, size_t total, enum sec_status sec);
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c113 static int ClrBottom(SCREEN *, int total);
120 static int ClrBottom(int total);
1143 * ClrBottom(total)
1150 ClrBottom(NCURSES_SP_DCLx int total) argument
1154 int top = total;
1156 NCURSES_CH_T blank = NewScreen(SP_PARM)->_line[total - 1].text[last - 1];
1161 for (row = total - 1; row >= 0; row--) {
1176 if (top < total) {
/freebsd-11-stable/contrib/gcc/
H A Dggc-zone.c1803 /* Zero the total allocated bytes. This will be recalculated in the
1981 there as part of the total allocated memory. */
2138 size_t total; member in struct:ggc_pch_ondisk
2197 /* Return the total size of the PCH data. */
2211 d->d.total = total_size;
2214 alloc_size = CEIL (d->d.total, BYTES_PER_ALLOC_BIT * 8);
2218 return d->d.total + alloc_size;
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0)
2327 alloc_size = CEIL (d.total, BYTES_PER_ALLOC_BIT * 8);
2330 pch_zone.bytes = d.total;
[all...]
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2215 sort -k 2,2 -t ' ' > compfreq.total
2219 join -t ' ' -1 2 -2 2 compfreq.present compfreq.total |
2225 cut -f 2 -d ' ' < compfreq.total > comp.total
2226 rm INDEX-ALL compfreq compfreq.total compfreq.present
2234 # deal with this, if "kernel|X" is listed in comp.total
2237 # If "kernel|<anything>" is in comp.total but "kernel|X" is
2241 grep -E "^kernel\|${KCOMP}\$" comp.total >> comp.present
2243 if grep -qE "^kernel\|" comp.total &&
2244 ! grep -qE "^kernel\|${KCOMP}\$" comp.total; the
[all...]
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c356 { 8, "input", "input", "total data frames received" },
362 { 8, "output", "output", "total data frames transmit" },
392 struct ieee80211_stats total; member in struct:wlanstatfoo_p
548 wlan_collect(wf, &wf->total, &wf->ntotal);
556 wf->total = wf->cur;
675 snprintf(b, bs, "%u", wf->cur.is_##x - wf->total.is_##x); return 1
840 snprintf(b, bs, "%u", wf->total.is_##x); return 1
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-smb.c1114 int total, i; local
1150 total = ancount + nscount + arcount;
1152 if (qdcount > 100 || total > 100) {
1168 if (total) {
1170 for (i = 0; i < total; i++) {

Completed in 323 milliseconds

1234567891011>>