Searched refs:vcotbl (Results 1 – 1 of 1) sorted by relevance
256 if (vcotbl->scrubbed) in vmw_cotable_scrub()322 if (!vcotbl->scrubbed) in vmw_cotable_unbind()483 res->id = vcotbl->type; in vmw_cotable_resize()520 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()592 vcotbl = kzalloc(sizeof(*vcotbl), GFP_KERNEL); in vmw_cotable_alloc()604 vcotbl->res.id = type; in vmw_cotable_alloc()610 vcotbl->res.backup_size = PFN_ALIGN(vcotbl->res.backup_size); in vmw_cotable_alloc()615 vcotbl->type = type; in vmw_cotable_alloc()616 vcotbl->ctx = ctx; in vmw_cotable_alloc()620 return &vcotbl->res; in vmw_cotable_alloc()[all …]
Completed in 5 milliseconds