Searched refs:nbad (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_bench.c | 144 int fn, ncols, nbad; in run_rec_bench_impl() local 189 nbad = MIN(3, raidz_ncols(rm_bench) - in run_rec_bench_impl() 194 vdev_raidz_reconstruct(rm_bench, tgt[fn], nbad); in run_rec_bench_impl()
|
/freebsd/sys/dev/ath/ath_rate/sample/ |
H A D | sample.c | 972 int nframes, int nbad) in update_stats() argument 1004 nbad = nframes; in update_stats() 1027 if (nframes == nbad) { in update_stats() 1028 sn->stats[size_bin][rix0].successive_failures += nbad; in update_stats() 1030 sn->stats[size_bin][rix0].packets_acked += (nframes - nbad); in update_stats() 1041 nframes = nbad = 1; in update_stats() 1042 pct = ((nframes - nbad) * 1000) / nframes; in update_stats() 1079 nframes, nbad); in update_stats() 1099 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument 1187 short_tries, long_tries, nframes, nbad); in ath_rate_tx_complete() [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_athrate.h | 161 int pktlen, int rc_framelen, int nframes, int nbad);
|
H A D | if_ath_misc.h | 66 int nframes, int nbad);
|
H A D | if_ath_tx.c | 4818 int nframes = 0, nbad = 0, nf; local 5049 nbad++; 5076 nframes, nbad);
|
H A D | if_ath.c | 4348 int rc_framelen, int nframes, int nbad) in ath_tx_update_ratectrl() argument 4368 nframes, nbad); in ath_tx_update_ratectrl()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit_ds.c | 379 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) in ar9300_calc_tx_airtime() argument 437 airtime += nbad?((lastrate_dur*nbad) / nframes):0; in ar9300_calc_tx_airtime()
|
H A D | ar9300desc.h | 526 HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes);
|
/freebsd/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.c | 170 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument
|
/freebsd/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.c | 162 int frame_size, int rc_framesize, int nframes, int nbad) in ath_rate_tx_complete() argument
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 19 -nbad
|