Searched refs:tot (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-current/usr.sbin/ngctl/
H A Dmain.c582 int tot, len, done; local
588 tot = snprintf(buf,
591 done = len == tot;
/freebsd-current/contrib/blocklist/bin/
H A Dconf.c143 intmax_t tot, im; local
145 tot = 0;
172 tot += im;
180 tot = im;
183 c->c_duration = (int)tot;
/freebsd-current/tools/tools/netmap/
H A Dlb.c355 int i, tot = 0; local
372 tot++;
375 D("added %d buffers to netmap free list", tot);
/freebsd-current/sys/kern/
H A Dkern_umtx.c216 u_int fract, i, j, tot, whole; local
223 tot = 0;
227 tot += uc->max_length;
230 if (tot == 0)
241 fract = (whole % tot) * 100;
269 sbuf_printf(&sb, "1st: %u.%u%% idx: %u\n", sw0 / tot,
270 sf0 / tot, si0);
271 sbuf_printf(&sb, "2nd: %u.%u%% idx: %u\n", sw1 / tot,
272 sf1 / tot, si1);
273 sbuf_printf(&sb, "3rd: %u.%u%% idx: %u\n", sw2 / tot,
[all...]
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c1215 uint64_t q, r, c, bc, col, acols, scols, coff, devidx, asize, tot; local
1220 tot = s + nparity * (q + (r == 0 ? 0 : 1));
1273 ASSERT3U(asize, ==, tot << unit_shift);
1275 rm->rm_nskip = roundup(tot, nparity + 1) - tot;
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c1158 size_t tot = 0; local
1160 tot += pi->nr_if_pool_objtotal * pi->nr_if_pool_objsize;
1161 tot += pi->nr_ring_pool_objtotal * pi->nr_ring_pool_objsize;
1162 tot += pi->nr_buf_pool_objtotal * pi->nr_buf_pool_objsize;
1164 return tot;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c606 uint64_t tot = s + nparity * (q + (r == 0 ? 0 : 1)); local
655 ASSERT3U(asize, ==, tot << ashift);
656 rm->rm_nskip = roundup(tot, nparity + 1) - tot;
752 uint64_t tot = s + nparity * (q + (r == 0 ? 0 : 1)); local
755 uint64_t rows = howmany(tot, logical_cols);
756 int cols = MIN(tot, logical_cols);
762 rm->rm_nskip = roundup(tot, nparity + 1) - tot;
932 ASSERT3U(asize, ==, tot << ashif
[all...]
H A Dvdev_draid.c1025 uint64_t tot = psize + (vdc->vdc_nparity * (q + (r == 0 ? 0 : 1))); local
1062 ASSERT3U(asize, ==, tot << ashift);
1063 rr->rr_nempty = roundup(tot, groupwidth) - tot;
/freebsd-current/sys/dev/igc/
H A Digc_hw.h310 u64 tot; member in struct:igc_hw_stats
H A Dif_igc.c2347 adapter->stats.tot += IGC_READ_REG(&adapter->hw, IGC_TOTH);
/freebsd-current/contrib/lua/src/
H A Dlgc.c675 lu_mem tot = 0; local
677 tot += propagatemark(g);
678 return tot;
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2313 int tot = bpfh->bh_hdrlen + bpfh->bh_caplen; local
2314 int offset = BPF_WORDALIGN(tot);
2317 *totlen -= offset - tot; /* take into account align bytes */
/freebsd-current/sys/dev/e1000/
H A De1000_hw.h614 u64 tot; member in struct:e1000_hw_stats
H A Dif_em.c4308 sc->stats.tot += E1000_READ_REG(&sc->hw, E1000_TOTH);
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c6496 uint64_t tot; local
6548 tot = tsf->f_blocks * tsf->f_bsize;
6549 sf->f_blocks += (tot / sf->f_bsize);
6555 tot = tsf->f_bfree * tsf->f_bsize;
6556 sf->f_bfree += (tot / sf->f_bsize);
6562 tot = tsf->f_bavail * tsf->f_bsize;
6563 sf->f_bavail += (tot / sf->f_bsize);
/freebsd-current/sys/netinet/libalias/
H A Dalias_db.c160 int tot = la->icmpLinkCount + la->udpLinkCount + local
167 "icmp=%u, udp=%u, tcp=%u, sctp=%u, pptp=%u, proto=%u, frag_id=%u frag_ptr=%u / tot=%u",
176 tot);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_ripencc.c1734 float a1, tot; local
1747 tot = bGetSingle (&buf[14]);
1754 dt_lsf - dt_ls, dt_ls, dt_lsf, a0, a1, tot, wn_t, wn_lsf, dn);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5645 auto *tot = local
5647 Types.push_back(tot);
5648 return QualType(tot, 0);

Completed in 335 milliseconds

12