Home
last modified time | relevance | path

Searched defs:fbatch (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.8/include/linux/
Dpagevec.h40 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()
/linux-6.8/mm/
Dswap.c53 struct folio_batch fbatch; member
203 static void folio_batch_move_lru(struct folio_batch *fbatch, move_fn_t move_fn) in folio_batch_move_lru()
228 static void folio_batch_add_and_move(struct folio_batch *fbatch, in folio_batch_add_and_move()
258 struct folio_batch *fbatch; in folio_rotate_reclaimable() local
346 struct folio_batch *fbatch = &per_cpu(cpu_fbatches.activate, cpu); in folio_activate_drain() local
356 struct folio_batch *fbatch; in folio_activate() local
386 struct folio_batch *fbatch; in __lru_cache_activate_folio() local
503 struct folio_batch *fbatch; in folio_add_lru() local
649 struct folio_batch *fbatch = &fbatches->lru_add; in lru_add_drain_cpu() local
692 struct folio_batch *fbatch; in deactivate_file_folio() local
[all …]
Dmlock.c33 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
Dtruncate.c60 struct folio_batch *fbatch, pgoff_t *indices) in truncate_folio_batch_exceptionals()
325 struct folio_batch fbatch; in truncate_inode_pages_range() local
492 struct folio_batch fbatch; in mapping_try_invalidate() local
613 struct folio_batch fbatch; in invalidate_inode_pages2_range() local
Dfilemap.c278 struct folio_batch *fbatch) in page_cache_delete_batch()
319 struct folio_batch *fbatch) in delete_from_page_cache_batch()
506 struct folio_batch fbatch; in __filemap_fdatawait_range() local
2008 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices) in find_get_entries()
2054 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices) in find_lock_entries()
2112 pgoff_t end, struct folio_batch *fbatch) in filemap_get_folios()
2134 pgoff_t *start, pgoff_t end, struct folio_batch *fbatch) in filemap_get_folios_contig()
2205 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch) in filemap_get_folios_tag()
2272 pgoff_t index, pgoff_t max, struct folio_batch *fbatch) in filemap_get_read_batch()
2422 struct folio_batch *fbatch) in filemap_create_folio()
[all …]
Dshmem.c917 struct folio_batch fbatch; in shmem_unlock_mapping() local
971 struct folio_batch fbatch; in shmem_undo_range() local
1274 pgoff_t start, struct folio_batch *fbatch, in shmem_find_swap_entries()
1316 struct folio_batch *fbatch, pgoff_t *indices) in shmem_unuse_swap_entries()
1349 struct folio_batch fbatch; in shmem_unuse_inode() local
Dpage-writeback.c2401 struct folio_batch fbatch; in write_cache_pages() local
/linux-6.8/fs/nilfs2/
Dpage.c246 struct folio_batch fbatch; in nilfs_copy_dirty_pages() local
301 struct folio_batch fbatch; in nilfs_copy_back_pages() local
364 struct folio_batch fbatch; in nilfs_clear_dirty_pages() local
500 struct folio_batch fbatch; in nilfs_find_uncommitted_extent() local
Dsegment.c702 struct folio_batch fbatch; in nilfs_lookup_dirty_data_buffers() local
763 struct folio_batch fbatch; in nilfs_lookup_dirty_node_buffers() local
/linux-6.8/drivers/gpu/drm/
Ddrm_gem.c505 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
/linux-6.8/fs/bcachefs/
Dfs-io-pagecache.c275 struct folio_batch fbatch; in bch2_mark_pagecache_unallocated() local
319 struct folio_batch fbatch; in bch2_mark_pagecache_reserved() local
674 struct folio_batch fbatch; in bch2_seek_pagecache_data() local
/linux-6.8/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c25 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
/linux-6.8/fs/gfs2/
Daops.c209 struct folio_batch *fbatch, in gfs2_write_jdata_batch()
312 struct folio_batch fbatch; in gfs2_write_cache_jdata() local
/linux-6.8/fs/ramfs/
Dfile-nommu.c208 struct folio_batch fbatch; in ramfs_nommu_get_unmapped_area() local
/linux-6.8/drivers/gpu/drm/i915/
Di915_gpu_error.c191 static void pool_fini(struct folio_batch *fbatch) in pool_fini()
196 static int pool_refill(struct folio_batch *fbatch, gfp_t gfp) in pool_refill()
211 static int pool_init(struct folio_batch *fbatch, gfp_t gfp) in pool_init()
224 static void *pool_alloc(struct folio_batch *fbatch, gfp_t gfp) in pool_alloc()
235 static void pool_free(struct folio_batch *fbatch, void *addr) in pool_free()
/linux-6.8/fs/f2fs/
Dnode.c1534 struct folio_batch fbatch; in last_fsync_dnode() local
1750 struct folio_batch fbatch; in f2fs_fsync_node_pages() local
1909 struct folio_batch fbatch; in f2fs_flush_inline_data() local
1957 struct folio_batch fbatch; in f2fs_sync_node_pages() local
Dcheckpoint.c410 struct folio_batch fbatch; in f2fs_sync_meta_pages() local
Dcompress.c1917 struct folio_batch fbatch; in f2fs_invalidate_compress_pages() local
/linux-6.8/fs/btrfs/tests/
Dextent-io-tests.c24 struct folio_batch fbatch; in process_page_range() local
/linux-6.8/fs/netfs/
Dbuffered_write.c779 struct folio_batch fbatch; in netfs_extend_writeback() local
/linux-6.8/fs/btrfs/
Dextent_io.c214 struct folio_batch fbatch; in __process_pages_contig() local
260 struct folio_batch fbatch; in lock_delalloc_pages() local
1922 struct folio_batch fbatch; in btree_write_cache_pages() local
2050 struct folio_batch fbatch; in extent_write_cache_pages() local
Dcompression.c290 struct folio_batch fbatch; in end_compressed_writeback() local
/linux-6.8/fs/ext4/
Dinode.c1549 struct folio_batch fbatch; in mpage_release_unused_pages() local
2082 struct folio_batch fbatch; in mpage_map_and_submit_buffers() local
2365 struct folio_batch fbatch; in mpage_prepare_extent_to_map() local
/linux-6.8/fs/hugetlbfs/
Dinode.c653 struct folio_batch fbatch; in remove_inode_hugepages() local
/linux-6.8/fs/ceph/
Daddr.c930 struct folio_batch fbatch; in ceph_writepages_start() local

12