Searched refs:freeable (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/mm/ |
D | vmscan.c | 243 long freeable; in do_shrink_slab() local 250 freeable = shrinker->count_objects(shrinker, shrinkctl); in do_shrink_slab() 251 if (freeable == 0) in do_shrink_slab() 263 delta *= freeable; in do_shrink_slab() 269 total_scan = freeable; in do_shrink_slab() 284 if (delta < freeable / 4) in do_shrink_slab() 285 total_scan = min(total_scan, freeable / 2); in do_shrink_slab() 292 if (total_scan > freeable * 2) in do_shrink_slab() 293 total_scan = freeable * 2; in do_shrink_slab() 297 freeable, delta, total_scan); in do_shrink_slab() [all …]
|
/linux-4.1.27/fs/ |
D | inode.c | 680 struct list_head *freeable = arg; in inode_lru_isolate() local 730 list_lru_isolate_move(lru, &inode->i_lru, freeable); in inode_lru_isolate() 745 LIST_HEAD(freeable); in prune_icache_sb() 749 inode_lru_isolate, &freeable); in prune_icache_sb() 750 dispose_list(&freeable); in prune_icache_sb()
|
D | dcache.c | 1014 struct list_head *freeable = arg; in dentry_lru_isolate() local 1063 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate() 1095 struct list_head *freeable = arg; in dentry_lru_isolate_shrink() local 1106 d_lru_shrink_move(lru, dentry, freeable); in dentry_lru_isolate_shrink()
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 773 performance impact. Reclaim code needs to take various locks to find freeable 775 ten times more freeable objects than there are.
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 15 around in case it's needed again, but marked as clean (freeable) in case the
|
D | Locking | 319 indicate that the buffers are (or may be) freeable. If ->releasepage is zero,
|
D | vfs.txt | 303 filesystem to return the number of freeable cached objects it contains.
|