Home
last modified time | relevance | path

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

/include/linux/
Dpagevec.h41 static inline void folio_batch_init(struct folio_batch *fbatch) in folio_batch_init() argument
43 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() argument
50 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() argument
56 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 …]
Dpagemap.h985 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);
Dwriteback.h86 struct folio_batch fbatch; member
Dswap.h457 void check_move_unevictable_folios(struct folio_batch *fbatch);