Searched refs:co_info (Results 1 – 1 of 1) sorted by relevance
75 static const struct vmw_cotable_info co_info[] = { variable259 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()260 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()520 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()589 num_entries = PAGE_SIZE / co_info[type].size; in vmw_cotable_alloc()590 if (num_entries < co_info[type].min_initial_entries) { in vmw_cotable_alloc()591 vcotbl->res.backup_size = co_info[type].min_initial_entries * in vmw_cotable_alloc()592 co_info[type].size; in vmw_cotable_alloc()