Lines Matching defs:count
126 void check_copied_tags(struct radix_tree_root *tree, unsigned long start, unsigned long end, unsigned long *idx, int count, int fromtag, int totag)
130 for (i = 0; i < count; i++) {
160 unsigned long start, end, count = 0, tagged, cur, tmp;
178 count++;
191 count++;
210 count++;
220 assert(tagged == count);
225 tmp = rand() % (count / 10 + 2);
227 assert(tagged == count);
229 // printf("%lu %lu %lu\n", tagged, tmp, count);