Searched refs:fbatch (Results 1 – 4 of 4) sorted by relevance
41 static inline void folio_batch_init(struct folio_batch *fbatch) in folio_batch_init() argument43 fbatch->nr = 0; in folio_batch_init()44 fbatch->i = 0; in folio_batch_init()45 fbatch->percpu_pvec_drained = false; in folio_batch_init()48 static inline void folio_batch_reinit(struct folio_batch *fbatch) in folio_batch_reinit() argument50 fbatch->nr = 0; in folio_batch_reinit()51 fbatch->i = 0; in folio_batch_reinit()54 static inline unsigned int folio_batch_count(struct folio_batch *fbatch) in folio_batch_count() argument56 return fbatch->nr; in folio_batch_count()59 static inline unsigned int folio_batch_space(struct folio_batch *fbatch) in folio_batch_space() argument[all …]
985 pgoff_t end, struct folio_batch *fbatch);987 pgoff_t *start, pgoff_t end, struct folio_batch *fbatch);989 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch);1301 struct folio_batch *fbatch);
86 struct folio_batch fbatch; member
457 void check_move_unevictable_folios(struct folio_batch *fbatch);