Searched refs:loss (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sbin/ipfw/
H A Ddummynet.c533 double loss; local
537 loss = p->loss_level;
538 loss /= p->samples_no;
539 printf("\t profile: name \"%s\" loss %f samples %d\n",
540 p->name, loss, p->samples_no);
704 * L +-- loss-level x
732 * loss-level L
734 * (0.0 <= L <= 1.0, default 1.0 i.e. no loss);
758 loss-level 0.86
775 #define ED_TOK_LOSS "loss
883 double loss = -1.0; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1886 int64_t loss = -1; local
1900 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
1915 if (loss > 120) {
1919 ((longlong_t)loss + 30) / 60);
1922 } else if (loss > 0) {
1926 (longlong_t)loss);
1938 int64_t loss = -1; local
1958 (void) nvlist_lookup_int64(nv, ZPOOL_CONFIG_REWIND_TIME, &loss);
1963 "Recovery is possible, but will result in some data loss.\n"));
1978 if (loss > 12
[all...]
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c68 * This is generally useful to emulate random loss.
590 * cur_drop can be set as a result of the loss emulation,
968 "usage: nmreplay [-v] [-D delay] [-B {[constant,]bps|ether,bps|real,speedup}] [-L loss]\n"
1137 // L loss probability
1188 case 'L': /* loss probability */
1410 Must be set to non-zero by the loss emulation function
1419 bandwidth, loss...) the struct _cfg should be added to the array
1456 plr,p uniform packet loss rate p, independent
1459 burst,p,lmin,lmax burst loss with burst probability p and
1464 so actual loss pro
[all...]
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1007 int loss; local
1010 for (probe = 0, loss = 0; probe < nprobes; ++probe) {
1195 loss++;
1201 Printf(" (%d%% loss)", (loss * 100) / nprobes);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc194 // without any intermediate loss of precision (that is, in twice_rep_t)
/freebsd-current/contrib/kyua/store/
H A Dmigrate_v1_v2.sql48 -- rather than in microseconds. There is no data loss, and the code that
/freebsd-current/sys/conf/
H A Dkern.mk114 # it is probably an overall loss as it makes the code bigger (less efficient
/freebsd-current/sys/contrib/dev/rtw88/
H A Drtw8822c.c3588 u32 loss, loss_db; local
3590 loss = rtw8822c_dpk_pas_read(rtwdev, path);
3591 if (loss < 0x4000000)
3593 loss_db = 3 * rtw8822c_psd_log2base(loss >> 13) - 3870;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c2822 int64_t loss = 0; local
2828 loss = spa->spa_last_ubsync_txg_ts - spa->spa_load_txg_ts;
2832 loss);

Completed in 163 milliseconds