Searched refs:total_count (Results 1 – 1 of 1) sorted by relevance
269 uint32_t base_count, total_count; in _restartable_ranges_create() local278 if (os_add_overflow(base_count, count, &total_count)) { in _restartable_ranges_create()281 if (total_count > RR_RANGES_MAX) { in _restartable_ranges_create()290 rr->rr_count = total_count; in _restartable_ranges_create()295 kr = _ranges_validate(task, rr->rr_ranges, total_count); in _restartable_ranges_create()