Searched refs:total (Results 251 - 275 of 354) sorted by relevance

<<1112131415

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c4416 uint64_t pass_scanned, scanned, pass_issued, issued, total; local
4499 total = ps->pss_to_examine;
4502 fraction_done = (double)issued / total;
4512 ((total - issued) / issue_rate) : UINT64_MAX;
4522 zfs_nicenum(total, total_buf, sizeof (total_buf));
4529 "%s issued at %s/s, %s total\n"),
4532 (void) printf(gettext("\t%s scanned, %s issued, %s total\n"),
4644 uint64_t copied, total, elapsed, mins_left, hours_left; local
4658 total = prs->prs_to_copy;
4659 fraction_done = (double)copied / total;
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.c1092 struct ub_stats_info total; local
1095 memset(&total, 0, sizeof(total));
1103 total = s;
1104 else server_stats_add(&total, &s);
1107 total.mesh_time_median /= (double)daemon->num;
1108 if(!print_stats(ssl, "total", &total))
1113 if(!print_mem(ssl, worker, daemon, &total))
1115 if(!print_hist(ssl, &total))
[all...]
H A Dworker.c121 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
168 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me;
170 total += subnet;
174 (unsigned)total, (unsigned)front, (unsigned)back,
183 (unsigned)total, (unsigned)front, (unsigned)back,
188 log_info("Total heap memory estimate: %u total-alloc: %u "
189 "total-free: %u", (unsigned)total,
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c188 u_int plen; /* total payload (sum of all packets) */
1876 const u_int total = G_RSPD_LEN(len_newbuf); local
1880 MPASS(fl->m0->m_pkthdr.len == total);
1881 MPASS(fl->remaining < total);
1906 m0 = get_scatter_segment(sc, fl, 0, total);
1909 remaining = total - m0->m_len;
1914 m = get_scatter_segment(sc, fl, total - remaining, remaining);
2564 u_int total, remaining; /* # of packets */ local
2573 total = 0;
2584 total
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Dca.c251 int total = 0; local
1105 total++;
1129 total++;
1150 total++;
1169 total++;
1199 total_done, total);
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c2570 uint32_t total;
2578 total = count * size;
2580 if (total > *len) {
2581 *len = total;
2585 *len = total;
2586 ipw_read_mem_1(sc, addr, buf, total);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c1018 /* Show the directory into which entries were written, and the total
1023 int total = _nc_tic_written(); local
1024 if (total != 0)
1026 total,
/freebsd-11-stable/sys/dev/drm/
H A Dr600_blit.c1754 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1844 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
1922 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) {
H A Dmga_dma.c1104 &buf->total, sizeof(buf->total)))
H A Dsavage_bci.c1017 &buf->total, sizeof(buf->total)))
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c144 unsigned long memtotal; /* total memory in bytes */
148 unsigned long long swaptotal; /* total swap space in bytes */
447 uintmax_t total, used; local
455 total = (uintmax_t)xsw.xsw_nblks * PAGE_SIZE / 1024;
463 devname, total, used);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c152 /* total size of directory noderevs (i.e. the structs - not the rep) */
155 /* total size of file noderevs (i.e. the structs - not the rep) */
252 histogram->total.count++;
253 histogram->total.sum += size;
1035 /* record the whole pack size in the first rev so the total sum will
1249 add_rep_pack_stats(&stats->total, rep);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_nmea.c259 u_int total; member in struct:__anon11::__anon12
702 up->tally.total++;
1154 up->tally.total, up->tally.accepted,
1340 * function is called repeatedly with increasing indices, the total load
1342 * decreasing indices, the total load is O(n^2). Try not to go backwards
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c570 source->total = 0;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c317 /* For every got, this is it's total number of words. */
2162 int total = alpha_elf_tdata (a)->total_got_size;
2166 if (total + alpha_elf_tdata (b)->total_got_size <= MAX_GOT_SIZE)
2170 if ((total += alpha_elf_tdata (b)->local_got_size) > MAX_GOT_SIZE)
2206 total += alpha_got_entry_size (be->reloc_type);
2207 if (total > MAX_GOT_SIZE)
2222 int total = alpha_elf_tdata (a)->total_got_size;
2228 total += e;
2291 total += alpha_got_entry_size (be->reloc_type);
2301 alpha_elf_tdata (a)->total_got_size = total;
2154 int total = alpha_elf_tdata (a)->total_got_size; local
2214 int total = alpha_elf_tdata (a)->total_got_size; local
[all...]
H A Dcoffcode.h3310 unsigned int total;
3312 total = 0;
3322 total += value;
3323 total = 0xffff & (total + (total >> 0x10));
3328 return (0xffff & (total + (total >> 0x10)));
3309 unsigned int total; local
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.h404 unsigned long totsec; /* total seconds elapsed */
405 unsigned long cursec; /* total seconds elapsed */
409 ct_gstat_t total; /* total statistics data */ member in struct:_ct_chan_t
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm.h370 int total; /**< Buffer size */ member in struct:drm_buf_pub
753 * type defines the type of event, the length specifies the total
/freebsd-11-stable/sys/xen/interface/
H A Dsysctl.h215 uint8_t total; /* total Px states */ member in struct:pm_px_stat
623 * Get total size of information, to help allocate
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_uathreg.h33 uint32_t total; member in struct:uath_fwblock
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.c126 strm->total_in = strm->total_out = state->total = 0;
602 When returning, a "goto inf_leave" is used to update the total counters,
1202 state->total += out;
1224 if (hold != (state->total & 0xffffffffUL)) {
1248 Return from inflate(), updating the total counts and the check value.
1265 state->total += out;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
/freebsd-11-stable/contrib/dialog/
H A Dformbox.c135 print_form(WINDOW *win, DIALOG_FORMITEM * item, int total, int scrollamt, int choice) argument
140 for (n = 0; n < total; ++n) {
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c505 size_t total = data->count+data->rrsig_count; local
506 for(i=data->count; i<total; i++) {

Completed in 439 milliseconds

<<1112131415