Lines Matching defs:generation
1732 * ire_get_bucket() to update the generation number of any
1751 * Take care of all the generation numbers in the bucket.
1802 * perturb the generation numbers.
1809 * generation numbers under the radix head lock so that the lookup gets
1810 * either the old ire and old generation number, or a new ire and new
1811 * generation number.
1842 * Update the generation numbers of all shorter matching routes.
2045 uint_t generation;
2066 NULL, &generation);
2070 NULL, &generation);
2082 *generationp = generation;
2630 * Increment the generation avoiding the special condemned value
2635 uint_t generation;
2643 generation = ire->ire_generation + 1;
2644 if (generation == IRE_GENERATION_CONDEMNED)
2645 generation = IRE_GENERATION_INITIAL;
2646 ASSERT(generation != IRE_GENERATION_VERIFY);
2647 ire->ire_generation = generation;
3111 * Otherwise we increment ire_badcnt and increment the generation number so
3155 * Finally we increment the generation number so that any ixa_ire
3189 uint_t generation;
3193 generation = ire->ire_generation; /* Assuming things match */
3204 return (generation);
3207 generation = IRE_GENERATION_VERIFY;
3218 return (generation);
3282 * generation number.
3468 * Return the generation number.