Home
last modified time | relevance | path

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

/include/linux/
A Dpagevec.h43 fbatch->nr = 0; in folio_batch_init()
44 fbatch->i = 0; in folio_batch_init()
50 fbatch->nr = 0; in folio_batch_reinit()
51 fbatch->i = 0; in folio_batch_reinit()
56 return fbatch->nr; in folio_batch_count()
61 return PAGEVEC_SIZE - fbatch->nr; in folio_batch_space()
77 fbatch->folios[fbatch->nr++] = folio; in folio_batch_add()
91 if (fbatch->i == fbatch->nr) in folio_batch_next()
93 return fbatch->folios[fbatch->i++]; in folio_batch_next()
100 if (folio_batch_count(fbatch)) in folio_batch_release()
[all …]
A Dpagemap.h967 pgoff_t end, struct folio_batch *fbatch);
969 pgoff_t *start, pgoff_t end, struct folio_batch *fbatch);
971 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch);
1265 struct folio_batch *fbatch);
A Dwriteback.h75 struct folio_batch fbatch; member
A Dswap.h456 void check_move_unevictable_folios(struct folio_batch *fbatch);

Completed in 14 milliseconds