Home
last modified time | relevance | path

Searched refs:folio_batch_count (Results 1 – 2 of 2) sorted by relevance

/src/sys/compat/linuxkpi/common/include/linux/
H A Dpagevec.h105 folio_batch_count(struct folio_batch *fbatch) in folio_batch_count() function
133 if (folio_batch_count(fbatch)) in folio_batch_release()
/src/sys/compat/linuxkpi/common/src/
H A Dlinux_folio.c55 release_pages(fbatch->folios, folio_batch_count(fbatch)); in __folio_batch_release()