Lines Matching refs:nextage
1601 unsigned int nextage; in trees_init() local
1608 nextage = (unsigned int)-1; in trees_init()
1610 maxage = nextage; in trees_init()
1611 nextage = 0; in trees_init()
1614 if (nextage < data->correction && in trees_init()
1616 nextage = data->correction; in trees_init()
1619 } while (nextage); in trees_init()
1627 nextage = (unsigned int)-1; in trees_init()
1629 maxage = nextage; in trees_init()
1632 nextage = 0; in trees_init()
1635 if (nextage < data->correction && in trees_init()
1637 nextage = data->correction; in trees_init()
1639 } while (nextage); in trees_init()