Home
last modified time | relevance | path

Searched refs:gnttab_page_cache_get (Results 1 – 4 of 4) sorted by relevance

/linux/include/xen/
H A Dgrant_table.h228 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page);
/linux/drivers/xen/
H A Dgrant-table.c966 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get() function
984 EXPORT_SYMBOL_GPL(gnttab_page_cache_get);
H A Dxen-scsiback.c471 if (gnttab_page_cache_get(&info->free_pages, pg + mapcount)) { in scsiback_gnttab_data_map_list()
/linux/drivers/block/xen-blkback/
H A Dblkback.c796 if (gnttab_page_cache_get(&ring->free_pages, in xen_blkbk_map()