Loading mm/swap.c +3 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,8 @@ void __pagevec_release(struct pagevec *pvec) pagevec_reinit(pvec); } EXPORT_SYMBOL(__pagevec_release); /* * pagevec_release() for pages which are known to not be on the LRU * Loading Loading @@ -387,6 +389,7 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, return pagevec_count(pvec); } EXPORT_SYMBOL(pagevec_lookup_tag); #ifdef CONFIG_SMP /* Loading Loading
mm/swap.c +3 −0 Original line number Diff line number Diff line Loading @@ -259,6 +259,8 @@ void __pagevec_release(struct pagevec *pvec) pagevec_reinit(pvec); } EXPORT_SYMBOL(__pagevec_release); /* * pagevec_release() for pages which are known to not be on the LRU * Loading Loading @@ -387,6 +389,7 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, return pagevec_count(pvec); } EXPORT_SYMBOL(pagevec_lookup_tag); #ifdef CONFIG_SMP /* Loading