/openbmc/linux/include/linux/ |
H A D | pagevec.h | 40 static inline void folio_batch_init(struct folio_batch *fbatch) in folio_batch_init() 46 static inline void folio_batch_reinit(struct folio_batch *fbatch) in folio_batch_reinit() 51 static inline unsigned int folio_batch_count(struct folio_batch *fbatch) in folio_batch_count() 56 static inline unsigned int folio_batch_space(struct folio_batch *fbatch) in folio_batch_space() 71 static inline unsigned folio_batch_add(struct folio_batch *fbatch, in folio_batch_add() 80 static inline void folio_batch_release(struct folio_batch *fbatch) in folio_batch_release()
|
/openbmc/linux/mm/ |
H A D | swap.c | 53 struct folio_batch fbatch; member 195 static void folio_batch_move_lru(struct folio_batch *fbatch, move_fn_t move_fn) in folio_batch_move_lru() 220 static void folio_batch_add_and_move(struct folio_batch *fbatch, in folio_batch_add_and_move() 250 struct folio_batch *fbatch; in folio_rotate_reclaimable() local 338 struct folio_batch *fbatch = &per_cpu(cpu_fbatches.activate, cpu); in folio_activate_drain() local 348 struct folio_batch *fbatch; in folio_activate() local 378 struct folio_batch *fbatch; in __lru_cache_activate_folio() local 495 struct folio_batch *fbatch; in folio_add_lru() local 641 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu() local 684 struct folio_batch *fbatch; in deactivate_file_folio() local [all …]
|
H A D | mlock.c | 33 struct folio_batch fbatch; member 186 static void mlock_folio_batch(struct folio_batch *fbatch) in mlock_folio_batch() 215 struct folio_batch *fbatch; in mlock_drain_local() local 226 struct folio_batch *fbatch; in mlock_drain_remote() local 245 struct folio_batch *fbatch; in mlock_folio() local 270 struct folio_batch *fbatch; in mlock_new_folio() local 293 struct folio_batch *fbatch; in munlock_folio() local
|
H A D | truncate.c | 60 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals() 334 struct folio_batch fbatch; in truncate_inode_pages_range() local 501 struct folio_batch fbatch; in mapping_try_invalidate() local 622 struct folio_batch fbatch; in invalidate_inode_pages2_range() local
|
H A D | filemap.c | 280 struct folio_batch *fbatch) in page_cache_delete_batch() argument 321 struct folio_batch *fbatch) in delete_from_page_cache_batch() argument 508 struct folio_batch fbatch; __filemap_fdatawait_range() local 2051 find_get_entries(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch,pgoff_t * indices) find_get_entries() argument 2097 find_lock_entries(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch,pgoff_t * indices) find_lock_entries() argument 2162 filemap_get_folios(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch) filemap_get_folios() argument 2215 filemap_get_folios_contig(struct address_space * mapping,pgoff_t * start,pgoff_t end,struct folio_batch * fbatch) filemap_get_folios_contig() argument 2286 filemap_get_folios_tag(struct address_space * mapping,pgoff_t * start,pgoff_t end,xa_mark_t tag,struct folio_batch * fbatch) filemap_get_folios_tag() argument 2356 filemap_get_read_batch(struct address_space * mapping,pgoff_t index,pgoff_t max,struct folio_batch * fbatch) filemap_get_read_batch() argument 2506 filemap_create_folio(struct file * file,struct address_space * mapping,pgoff_t index,struct folio_batch * fbatch) filemap_create_folio() argument 2562 filemap_get_pages(struct kiocb * iocb,size_t count,struct folio_batch * fbatch,bool need_uptodate) filemap_get_pages() argument 2650 struct folio_batch fbatch; filemap_read() local 2927 struct folio_batch fbatch; filemap_splice_read() local [all...] |
H A D | shmem.c | 939 struct folio_batch fbatch; in shmem_unlock_mapping() local 993 struct folio_batch fbatch; in shmem_undo_range() local 1297 pgoff_t start, struct folio_batch *fbatch, in shmem_find_swap_entries() 1339 struct folio_batch *fbatch, pgoff_t *indices) in shmem_unuse_swap_entries() 1374 struct folio_batch fbatch; in shmem_unuse_inode() local
|
H A D | page-writeback.c | 2423 struct folio_batch fbatch; in write_cache_pages() local
|
/openbmc/linux/fs/nilfs2/ |
H A D | page.c | 244 struct folio_batch fbatch; in nilfs_copy_dirty_pages() local 299 struct folio_batch fbatch; in nilfs_copy_back_pages() local 362 struct folio_batch fbatch; in nilfs_clear_dirty_pages() local 498 struct folio_batch fbatch; in nilfs_find_uncommitted_extent() local
|
H A D | segment.c | 702 struct folio_batch fbatch; in nilfs_lookup_dirty_data_buffers() local 765 struct folio_batch fbatch; in nilfs_lookup_dirty_node_buffers() local
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 25 static void check_release_folio_batch(struct folio_batch *fbatch) in check_release_folio_batch() 36 struct folio_batch fbatch; in shmem_sg_free_table() local
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem.c | 505 static void drm_gem_check_release_batch(struct folio_batch *fbatch) in drm_gem_check_release_batch() 542 struct folio_batch fbatch; in drm_gem_get_pages() local 617 struct folio_batch fbatch; in drm_gem_put_pages() local
|
/openbmc/linux/fs/ramfs/ |
H A D | file-nommu.c | 208 struct folio_batch fbatch; in ramfs_nommu_get_unmapped_area() local
|
/openbmc/linux/fs/gfs2/ |
H A D | aops.c | 209 struct folio_batch *fbatch, in gfs2_write_jdata_batch() 312 struct folio_batch fbatch; in gfs2_write_cache_jdata() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 190 static void pool_fini(struct folio_batch *fbatch) in pool_fini() 195 static int pool_refill(struct folio_batch *fbatch, gfp_t gfp) in pool_refill() 210 static int pool_init(struct folio_batch *fbatch, gfp_t gfp) in pool_init() 223 static void *pool_alloc(struct folio_batch *fbatch, gfp_t gfp) in pool_alloc() 234 static void pool_free(struct folio_batch *fbatch, void *addr) in pool_free()
|
/openbmc/linux/fs/afs/ |
H A D | write.c | 470 struct folio_batch fbatch; in afs_extend_writeback() local 709 struct folio_batch fbatch; in afs_writepages_region() local
|
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 1557 struct folio_batch fbatch; in last_fsync_dnode() local 1773 struct folio_batch fbatch; in f2fs_fsync_node_pages() local 1932 struct folio_batch fbatch; in f2fs_flush_inline_data() local 1980 struct folio_batch fbatch; in f2fs_sync_node_pages() local
|
H A D | checkpoint.c | 410 struct folio_batch fbatch; in f2fs_sync_meta_pages() local
|
H A D | compress.c | 1944 struct folio_batch fbatch; in f2fs_invalidate_compress_pages() local
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 25 struct folio_batch fbatch; in process_page_range() local
|
/openbmc/linux/fs/btrfs/ |
H A D | extent_io.c | 214 struct folio_batch fbatch; in __process_pages_contig() local 260 struct folio_batch fbatch; in lock_delalloc_pages() local 1869 struct folio_batch fbatch; in btree_write_cache_pages() local 1997 struct folio_batch fbatch; in extent_write_cache_pages() local
|
H A D | compression.c | 195 struct folio_batch fbatch; in end_compressed_writeback() local
|
/openbmc/linux/fs/ext4/ |
H A D | inode.c | 1582 struct folio_batch fbatch; in mpage_release_unused_pages() local 2114 struct folio_batch fbatch; in mpage_map_and_submit_buffers() local 2397 struct folio_batch fbatch; in mpage_prepare_extent_to_map() local
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 677 struct folio_batch fbatch; in remove_inode_hugepages() local
|
/openbmc/linux/fs/ceph/ |
H A D | addr.c | 939 struct folio_batch fbatch; in ceph_writepages_start() local
|
/openbmc/linux/fs/ |
H A D | buffer.c | 1706 struct folio_batch fbatch; in clean_bdev_aliases() local
|