Lines Matching refs:maxcount
234 u32 count[2], maxcount = 0xffffffff; in find_next_position() local
256 if (maxcount == 0xffffffff) { in find_next_position()
257 maxcount = count[0]; in find_next_position()
259 } else if (count[0] < 0x40000000 && maxcount > 0xc0000000) { in find_next_position()
260 maxcount = count[0]; in find_next_position()
262 } else if (count[0] > maxcount && count[0] < 0xc0000000) { in find_next_position()
263 maxcount = count[0]; in find_next_position()
265 } else if (count[0] > maxcount && count[0] > 0xc0000000 in find_next_position()
266 && maxcount > 0x80000000) { in find_next_position()
267 maxcount = count[0]; in find_next_position()
271 if (maxcount == 0xffffffff) { in find_next_position()
277 cxt->nextcount = maxcount; in find_next_position()