Home
last modified time | relevance | path

Searched refs:freeable (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/Documentation/mm/
A Dzsmalloc.rst97 class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
137 class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
154 class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
166 class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
217 … class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
230 … class size almost_full almost_empty obj_allocated obj_used pages_used pages_per_zspage freeable
/linux-6.3-rc2/fs/
A Dinode.c819 struct list_head *freeable = arg; in inode_lru_isolate() local
877 list_lru_isolate_move(lru, &inode->i_lru, freeable); in inode_lru_isolate()
892 LIST_HEAD(freeable); in prune_icache_sb()
896 inode_lru_isolate, &freeable); in prune_icache_sb()
897 dispose_list(&freeable); in prune_icache_sb()
A Ddcache.c1208 struct list_head *freeable = arg; in dentry_lru_isolate() local
1257 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate()
1289 struct list_head *freeable = arg; in dentry_lru_isolate_shrink() local
1300 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate_shrink()
/linux-6.3-rc2/mm/
A Dzsmalloc.c638 unsigned long obj_allocated, obj_used, pages_used, freeable; in zs_stats_size_show() local
659 freeable = zs_can_compact(class); in zs_stats_size_show()
670 class->pages_per_zspage, freeable); in zs_stats_size_show()
677 total_freeable += freeable; in zs_stats_size_show()
A Dvmscan.c793 long freeable; in do_shrink_slab() local
800 freeable = shrinker->count_objects(shrinker, shrinkctl); in do_shrink_slab()
801 if (freeable == 0 || freeable == SHRINK_EMPTY) in do_shrink_slab()
802 return freeable; in do_shrink_slab()
812 delta = freeable >> priority; in do_shrink_slab()
821 delta = freeable / 2; in do_shrink_slab()
826 total_scan = min(total_scan, (2 * freeable)); in do_shrink_slab()
829 freeable, delta, total_scan, priority); in do_shrink_slab()
847 total_scan >= freeable) { in do_shrink_slab()
872 next_deferred = min(next_deferred, (2 * freeable)); in do_shrink_slab()
/linux-6.3-rc2/Documentation/filesystems/
A Dramfs-rootfs-initramfs.rst21 around in case it's needed again, but marked as clean (freeable) in case the
A Dlocking.rst379 indicate that the buffers are (or may be) freeable. If ->release_folio is
A Dvfs.rst345 return the number of freeable cached objects it contains.
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
A Dvm.rst966 performance impact. Reclaim code needs to take various locks to find freeable
968 ten times more freeable objects than there are.

Completed in 36 milliseconds