Searched refs:tvc_upages (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vhost/
H A Dscsi.c86 struct page **tvc_upages; member in struct:vhost_scsi_cmd
623 pages = cmd->tvc_upages;
628 cmd->tvc_upages = pages;
655 struct page **pages = cmd->tvc_upages;
1580 kfree(tv_cmd->tvc_upages);
1621 tv_cmd->tvc_upages = kcalloc(VHOST_SCSI_PREALLOC_UPAGES,
1624 if (!tv_cmd->tvc_upages) {
1625 pr_err("Unable to allocate tv_cmd->tvc_upages\n");

Completed in 126 milliseconds