Searched refs:total_count (Results 1 – 1 of 1) sorted by relevance
268 uint32_t base_count, total_count; in _restartable_ranges_create() local277 if (os_add_overflow(base_count, count, &total_count)) { in _restartable_ranges_create()280 if (total_count > RR_RANGES_MAX) { in _restartable_ranges_create()289 rr->rr_count = total_count; in _restartable_ranges_create()294 kr = _ranges_validate(task, rr->rr_ranges, total_count); in _restartable_ranges_create()