Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/
H A Dgrant_table.h217 struct gnttab_page_cache { struct
227 void gnttab_page_cache_init(struct gnttab_page_cache *cache);
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,
/kernel/linux/linux-6.6/include/xen/
H A Dgrant_table.h217 struct gnttab_page_cache { struct
227 void gnttab_page_cache_init(struct gnttab_page_cache *cache);
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,
/kernel/linux/linux-5.10/drivers/xen/
H A Dgrant-table.c824 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
829 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
834 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
844 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
850 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
855 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
860 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
870 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
876 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init()
884 int gnttab_page_cache_get(struct gnttab_page_cache *cach
[all...]
H A Dxen-scsiback.c103 struct gnttab_page_cache free_pages;
/kernel/linux/linux-6.6/drivers/xen/
H A Dgrant-table.c908 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
913 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
918 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
928 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
934 static inline void cache_init(struct gnttab_page_cache *cache) in cache_init()
939 static inline bool cache_empty(struct gnttab_page_cache *cache) in cache_empty()
944 static inline struct page *cache_deq(struct gnttab_page_cache *cache) in cache_deq()
954 static inline void cache_enq(struct gnttab_page_cache *cache, struct page *page) in cache_enq()
960 void gnttab_page_cache_init(struct gnttab_page_cache *cache) in gnttab_page_cache_init()
968 int gnttab_page_cache_get(struct gnttab_page_cache *cach
[all...]
H A Dxen-scsiback.c101 struct gnttab_page_cache free_pages;
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H A Dcommon.h294 struct gnttab_page_cache free_pages;
/kernel/linux/linux-5.10/drivers/block/xen-blkback/
H A Dcommon.h294 struct gnttab_page_cache free_pages;

Completed in 12 milliseconds