Lines Matching refs:maxcount
254 u32 count[2], maxcount = 0xffffffff; in find_next_position() local
276 if (maxcount == 0xffffffff) { in find_next_position()
277 maxcount = count[0]; in find_next_position()
279 } else if (count[0] < 0x40000000 && maxcount > 0xc0000000) { in find_next_position()
280 maxcount = count[0]; in find_next_position()
282 } else if (count[0] > maxcount && count[0] < 0xc0000000) { in find_next_position()
283 maxcount = count[0]; in find_next_position()
285 } else if (count[0] > maxcount && count[0] > 0xc0000000 in find_next_position()
286 && maxcount > 0x80000000) { in find_next_position()
287 maxcount = count[0]; in find_next_position()
291 if (maxcount == 0xffffffff) { in find_next_position()
297 cxt->nextcount = maxcount; in find_next_position()