Searched refs:err_cnt (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | lgs8gxx.c | 949 u32 total_cnt = 0, err_cnt = 0; in lgs8gxx_read_ber() local 970 err_cnt <<= 8; in lgs8gxx_read_ber() 972 err_cnt |= t; in lgs8gxx_read_ber() 974 dprintk("error=%d total=%d\n", err_cnt, total_cnt); in lgs8gxx_read_ber() 979 *ber = err_cnt * 100 / total_cnt; in lgs8gxx_read_ber()
|
| /linux-4.4.14/samples/bpf/ |
| D | test_verifier.c | 1222 int prog_fd, i, pass_cnt = 0, err_cnt = 0; in test() local 1272 err_cnt++; in test() 1279 err_cnt++; in test() 1285 err_cnt++; in test() 1300 printf("Summary: %d PASSED, %d FAILED\n", pass_cnt, err_cnt); in test()
|
| /linux-4.4.14/drivers/scsi/bfa/ |
| D | bfad_im.c | 360 u32 i, rc, err_cnt = 0; in bfad_im_reset_bus_handler() local 371 err_cnt++; in bfad_im_reset_bus_handler() 386 err_cnt++; in bfad_im_reset_bus_handler() 392 if (err_cnt) in bfad_im_reset_bus_handler()
|
| /linux-4.4.14/drivers/net/ethernet/agere/ |
| D | et131x.h | 593 u32 err_cnt; /* 0x3008 */ member
|
| /linux-4.4.14/lib/ |
| D | test_bpf.c | 5326 int err_cnt = 0, i, runs = MAX_TESTRUNS; in run_one() local 5340 err_cnt++; in run_one() 5351 err_cnt++; in run_one() 5355 return err_cnt; in run_one() 5451 int i, err_cnt = 0, pass_cnt = 0; in test_bpf() local 5484 err_cnt++; in test_bpf() 5492 pass_cnt, err_cnt, jit_cnt, run_cnt); in test_bpf() 5494 return err_cnt ? -EINVAL : 0; in test_bpf()
|