diff options
Diffstat (limited to 'include/linux/gfp.h')
-rw-r--r-- | include/linux/gfp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/gfp.h b/include/linux/gfp.h index f8041f9de31e..4175dca4ac39 100644 --- a/include/linux/gfp.h +++ b/include/linux/gfp.h | |||
@@ -506,6 +506,8 @@ extern void free_hot_cold_page(struct page *page, bool cold); | |||
506 | extern void free_hot_cold_page_list(struct list_head *list, bool cold); | 506 | extern void free_hot_cold_page_list(struct list_head *list, bool cold); |
507 | 507 | ||
508 | struct page_frag_cache; | 508 | struct page_frag_cache; |
509 | extern void __page_frag_drain(struct page *page, unsigned int order, | ||
510 | unsigned int count); | ||
509 | extern void *__alloc_page_frag(struct page_frag_cache *nc, | 511 | extern void *__alloc_page_frag(struct page_frag_cache *nc, |
510 | unsigned int fragsz, gfp_t gfp_mask); | 512 | unsigned int fragsz, gfp_t gfp_mask); |
511 | extern void __free_page_frag(void *addr); | 513 | extern void __free_page_frag(void *addr); |