Home
last modified time | relevance | path

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

/Linux-v6.1/include/xen/
Dgrant_table.h217 struct gnttab_page_cache { struct
227 void gnttab_page_cache_init(struct gnttab_page_cache *cache); argument
228 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page);
229 void gnttab_page_cache_put(struct gnttab_page_cache *cache, struct page **page,
231 void gnttab_page_cache_shrink(struct gnttab_page_cache *cache,
/Linux-v6.1/drivers/xen/
Dgrant-table.c890 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
895 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
900 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
910 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
916 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
921 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
926 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
936 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
942 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init()
950 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get()
[all …]
Dxen-scsiback.c101 struct gnttab_page_cache free_pages;
/Linux-v6.1/drivers/block/xen-blkback/
Dcommon.h294 struct gnttab_page_cache free_pages;