Home
last modified time | relevance | path

Searched refs:tmpp (Results 1 – 2 of 2) sorted by relevance

/drivers/infiniband/hw/qib/
Dqib_init.c1388 struct page **tmpp = dd->pageshadow; in cleanup_device_data() local
1397 if (!tmpp[i]) in cleanup_device_data()
1401 qib_release_user_pages(&tmpp[i], 1); in cleanup_device_data()
1402 tmpp[i] = NULL; in cleanup_device_data()
1407 vfree(tmpp); in cleanup_device_data()
/drivers/infiniband/hw/ipath/
Dipath_driver.c674 struct page **tmpp = dd->ipath_pageshadow; in cleanup_device() local
684 if (!tmpp[i]) in cleanup_device()
688 ipath_release_user_pages(&tmpp[i], 1); in cleanup_device()
689 tmpp[i] = NULL; in cleanup_device()
709 tmpp = dd->ipath_pageshadow; in cleanup_device()
711 vfree(tmpp); in cleanup_device()