Home
last modified time | relevance | path

Searched refs:err_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Dlgs8gxx.c935 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local
956 err_cnt <<= 8; in lgs8gxx_read_ber()
958 err_cnt |= t; in lgs8gxx_read_ber()
960 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber()
965 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
/linux-4.19.296/lib/
Dtest_bpf.c6683 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() local
6704 err_cnt++; in run_one()
6715 err_cnt++; in run_one()
6719 return err_cnt; in run_one()
6902 int i, err_cnt = 0, pass_cnt = 0; in test_bpf() local
6921 err_cnt++; in test_bpf()
6936 err_cnt++; in test_bpf()
6944 pass_cnt, err_cnt, jit_cnt, run_cnt); in test_bpf()
6946 return err_cnt ? -EINVAL : 0; in test_bpf()