Home
last modified time | relevance | path

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

/Linux-v5.10/include/xen/
Dgrant_table.h201 struct gnttab_page_cache { struct
211 void gnttab_page_cache_init(struct gnttab_page_cache *cache); argument
212 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page);
213 void gnttab_page_cache_put(struct gnttab_page_cache *cache, struct page **page,
215 void gnttab_page_cache_shrink(struct gnttab_page_cache *cache,
/Linux-v5.10/drivers/xen/
Dgrant-table.c817 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
822 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
827 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
837 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
843 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
848 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
853 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
863 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
869 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init()
877 int gnttab_page_cache_get(struct gnttab_page_cache *cache, struct page **page) in gnttab_page_cache_get()
[all …]
Dxen-scsiback.c103 struct gnttab_page_cache free_pages;
/Linux-v5.10/drivers/block/xen-blkback/
Dcommon.h291 struct gnttab_page_cache free_pages;