Lines Matching refs:test
77 struct bhdr *test; in __ghs_prof_dump_coverage() local
89 for (test = blocklisthead; test; test = test->next) { in __ghs_prof_dump_coverage()
93 if (test->len > 0) { in __ghs_prof_dump_coverage()
94 for (i = 0; i < test->len - 1; i++) { in __ghs_prof_dump_coverage()
95 if (test->info[i].cnt != 0) { in __ghs_prof_dump_coverage()
102 if (test->info[test->len - 1].cnt != 0 && in __ghs_prof_dump_coverage()
103 test->info[test->len - 1].cnt != (unsigned int)-1) in __ghs_prof_dump_coverage()
112 cnt = sizeof(struct blk)*test->len; in __ghs_prof_dump_coverage()
113 if (HOSTIO_WRITE(fd, test->info, cnt) != cnt) { in __ghs_prof_dump_coverage()
120 for( i=0; i<test->len; i++ ) { in __ghs_prof_dump_coverage()
122 if(HOSTIO_WRITE(fd, &(test->info[i]), cnt) != cnt ) { in __ghs_prof_dump_coverage()