Searched refs:total (Results 276 - 300 of 311) sorted by relevance

<<111213

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr.c253 args.total = nblks;
465 args.total = 0;
1990 args->firstblock, args->total, &map, &nmap,
H A Dxfs_ialloc_btree.c1217 args.mod = args.minleft = args.alignment = args.total = args.wasdel =
1498 args.mod = args.minleft = args.alignment = args.total = args.wasdel =
H A Dxfs_attr_leaf.c477 nargs.total = args->total;
798 nargs.total = args->total;
1293 * Figure the total bytes to be added to the destination leaf.
1325 * Figure the total bytes to be added to the destination leaf.
H A Dxfs_dir2_block.c218 if (args->justcheck || args->total == 0)
H A Dxfs_da_btree.c1657 args->firstblock, args->total, &map, &nmap,
1678 args->firstblock, args->total,
1695 * Count the blocks we got, make sure it matches the total.
H A Dxfs_dir2_sf.c88 int namelen; /* total name bytes */
90 int size=0; /* total computed size */
277 int incr_isize; /* total change in size */
313 * Yes, adjust the entry size and the total size.
337 if (args->justcheck || args->total == 0)
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.c3918 ** Limit the total number of descriptors that
5173 u32 missed_rx = 0, bprc, lxon, lxoff, total; local
5191 /* global total per queue */
5193 /* Running comprehensive total for stats display */
5268 total = lxon + lxoff;
5273 adapter->stats.gptc -= total;
5274 adapter->stats.mptc -= total;
5275 adapter->stats.ptc64 -= total;
5276 adapter->stats.gotc -= total * ETHER_MIN_LEN;
/freebsd-9.3-release/sys/dev/drm/
H A Dradeon_cp.c1950 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
1951 sizeof(buf->total)))
H A DdrmP.h368 int total; /* Buffer size */ member in struct:drm_buf
369 int order; /* log-base-2(total) */
H A Dr600_cp.c2338 if (pass_size > buf->total)
2339 pass_size = buf->total;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_cp.c2021 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
2022 sizeof(buf->total)))
H A Dr600_cp.c2507 if (pass_size > buf->total)
2508 pass_size = buf->total;
/freebsd-9.3-release/usr.bin/lex/
H A Dflex.skl607 * yy_c_buf_p so that if some total
/freebsd-9.3-release/contrib/gnu-sort/src/
H A Dsort.c798 /* Let MEM be available memory or 1/8 of total memory, whichever
801 double total = physmem_total (); local
802 double mem = MAX (avail, total / 8);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5824 * Reports progress in the form "(current/total)". Not thread-safe.
5827 report_mount_progress(int current, int total) argument
5839 } else if (current != total && last_progress_time + MOUNT_TIME >= now) {
5846 (void) sprintf(info, "(%d/%d)", current, total);
5848 if (current == total)
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h424 int total; /**< Buffer size */ member in struct:drm_buf
425 int order; /**< log-base-2(total) */
538 int buf_count; /**< total number of buffers */
/freebsd-9.3-release/usr.bin/top/
H A Dmachine.c208 /* total number of io operations */
230 "total", "read", "write", "fault", "vcsw", "ivcsw",
440 long total; local
624 * Return the total amount of IO done in blocks in/out and faults.
653 * Return the total number of block in/out and faults by a process.
793 /* remember active and total counts */
1152 * percent cpu, cpu ticks, state, resident set size, total virtual
1276 /* compare_size - the comparison function for sorting by total memory usage */
1312 /* compare_time - the comparison function for sorting by total cpu time */
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c154 uint16_t plen; /* total payload (sum of all packets) */
1439 get_scatter_segment(struct adapter *sc, struct sge_fl *fl, int total, int flags) argument
1450 len = min(total, hwb->size - fl->rx_offset);
1511 m->m_pkthdr.len = total;
/freebsd-9.3-release/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-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2972 misses, le32toh(miss->total));
4470 int i, total, nbant, noise; local
4472 total = nbant = 0;
4476 total += noise;
4480 return (nbant == 0) ? -127 : (total / nbant) - 107;
H A Dif_iwnreg.h1108 uint32_t total; member in struct:iwn_beacon_missed
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-ppc.c9062 bfd_size_type total;
9067 total = tail->size;
9068 big_sec = total > (ppc64_elf_section_data (tail)->has_14bit_branch
9076 && ((total += curr->output_offset - prev->output_offset)
9086 should really be keeping track of the total size of stubs
9089 only break if stubs added make the total size more than
9090 2^25, ie. for the default stub_group_size, if stubs total
9107 total = 0;
9109 && ((total += tail->output_offset - prev->output_offset)
9058 bfd_size_type total; local
H A Daoutx.h3436 bfd_vma total;
5099 if (t->total == val)
5109 t->total = val;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c577 "\t[-T time (default: %llu sec)] total run time\n"
5328 hrtime_t delta, total = 0; local
5350 total += zfs_deadman_synctime_ms/1000;
5352 total);
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex239 the same name, this approach can substantially reduce the total size

Completed in 508 milliseconds

<<111213