Searched refs:total (Results 326 - 350 of 354) sorted by relevance

<<1112131415

/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c2338 if (pass_size > buf->total)
2339 pass_size = buf->total;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6122 * Reports progress in the form "(current/total)". Not thread-safe.
6125 report_mount_progress(int current, int total) argument
6134 } else if (current != total && last_progress_time + MOUNT_TIME >= now) {
6141 (void) sprintf(info, "(%d/%d)", current, total);
6143 if (current == total)
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c224 /* total number of io operations */
252 "total", "read", "write", "fault", "vcsw", "ivcsw",
491 long total; local
683 * Return the total amount of IO done in blocks in/out and faults.
729 * interval, charge it's total runtime to the previous
758 * Return the total number of block in/out and faults by a process.
930 /* remember active and total counts */
1301 * percent cpu, cpu ticks, state, resident set size, total virtual
1430 /* compare_size - the comparison function for sorting by total memory usage */
1466 /* compare_time - the comparison function for sorting by total cp
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2813 * the total latency is less than about 30 msec. These
3379 u_long total; local
3387 total = com->error_counts[errnum] += delta;
3388 log(LOG_ERR, "sio%d: %u more %s%s (total %lu)\n",
3390 delta == 1 ? "" : "s", total);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c306 int64_t total; member in struct:xar
898 xar->total += *size;
921 *offset = xar->total;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c2370 uint64_t total = 0; local
2372 total++;
2377 total++;
2383 total += vdev_count_verify_zaps(vd->vdev_child[i]);
2386 return (total);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-ppc.c9285 bfd_size_type total;
9290 total = tail->size;
9291 big_sec = total > (ppc64_elf_section_data (tail)->has_14bit_branch
9299 && ((total += curr->output_offset - prev->output_offset)
9309 should really be keeping track of the total size of stubs
9312 only break if stubs added make the total size more than
9313 2^25, ie. for the default stub_group_size, if stubs total
9330 total = 0;
9332 && ((total += tail->output_offset - prev->output_offset)
9281 bfd_size_type total; local
H A Daoutx.h3436 bfd_vma total;
5099 if (t->total == val)
5109 t->total = val;
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdisc.c6411 bit32 total = 0, port_total = 0; local
6439 total++;
6450 DM_DBG3(("dmDumpAllMainDevice: total %d port_totaol %d\n", total, port_total));
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1394 uint32_t total; member in struct:iwn_beacon_missed
H A Dif_iwn.c3870 misses, le32toh(miss->total));
5742 int i, total, nbant, noise; local
5744 total = nbant = 0;
5748 total += noise;
5752 return (nbant == 0) ? -127 : (total / nbant) - 107;
6264 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
6709 * Limit the total dwell time to 85% of the beacon interval.
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h329 int total; /**< Buffer size */ member in struct:drm_buf
330 int order; /**< log-base-2(total) */
453 int buf_count; /**< total number of buffers */
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c3605 uint32_t total; local
3656 total = sli4->config.extent[i].number * sli4->config.extent[i].size;
3657 sli4->config.extent[i].use_map = ocs_bitmap_alloc(total);
3663 sli4->config.extent[i].map_size = total;
6084 * RQE count is the log base 2 of the total number of entries
6172 * RQE count is the total number of entries (note not lg2(# entries))
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h776 __le16 total; member in struct:i40e_aqc_switch_resource_alloc_element_resp
H A Dixl_pf_main.c2093 "Switch config: header reported: %d in structure, %d total\n",
5933 resp[i].total,
6044 sbuf_printf(buf, "total # of elements: %d\n", sw_config->header.num_total);
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex239 the same name, this approach can substantially reduce the total size
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm563 add edx,eax ; Calculate total size of the stack decrement.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12202 size_t total;
12246 total = needed + (offs & (align - 1));
12255 offs + total > buf->dtb_size) {
12258 if (offs + total > buf->dtb_size) {
12263 if (total > buf->dtb_size) {
12306 total = needed;
12332 while (offs + total > woffs) {
12372 woffs = total;
13719 dtrace_dof_error(dof, "section entry size exceeds total size");
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c598 "\t[-T time (default: %llu sec)] total run time\n"
5765 hrtime_t delta, total = 0; local
5787 total += zfs_deadman_synctime_ms/1000;
5789 total);
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c719 /* The running total of the size of arguments pushed onto the stack. */
909 /* Add a CFI to update the running total of the size of arguments
7732 the total amount of memory needed. A heuristic is used to avoid large
7826 int total;
7831 total = (savehere[i] - saved[i]) * dirs[i].count;
7852 total += (savehere[j] - saved[j]) * dirs[j].count;
7859 if (total > dirs[i].length + 1)
7815 int total; local
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c1633 sp->total = cl->cl_total;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha1-armv4-large.S447 bne .Lloop @ [+18], total 1307
/freebsd-11-stable/usr.sbin/ppp/
H A Dcommand.c3130 t = &cx->physical->link.stats.total;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1110 unsigned long long bytes, total; local
1957 "total estimated size is %s\n"), buf);
2067 "total estimated size is %s\n"), buf);
3852 * Return 0 on total success, -2 if some things couldn't be
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2226 __func__, misses, le32toh(miss->total), received,
4007 * Limit the total dwell time.

Completed in 922 milliseconds

<<1112131415