Home
last modified time | relevance | path

Searched refs:pagecache (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/fs/proc/
Dmeminfo.c33 unsigned long pagecache; in meminfo_proc_show() local
74 pagecache = pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE]; in meminfo_proc_show()
75 pagecache -= min(pagecache / 2, wmark_low); in meminfo_proc_show()
76 available += pagecache; in meminfo_proc_show()
/linux-4.1.27/Documentation/zh_CN/
DCodingStyle596pagecache的可用内存减少。想象一下,一次pagecache未命中就会导致一次磁盘寻址,将
/linux-4.1.27/Documentation/vm/
Dcleancache.txt102 effectiveness of the pagecache. Clean pagecache pages are
243 won't work because cleancache retains pagecache data pages
251 is potentially much larger than the kernel pagecache and is most
Dksm.txt18 KSM only merges anonymous (private) pages, never pagecache (file) pages.
Dhighmem.txt93 (see __GFP_HIGHMEM), for example a page in the pagecache. The API has two
Dtranshuge.txt13 future it can expand over the pagecache layer starting with tmpfs.
61 regions but it'd be ideal to move it to tmpfs and the pagecache
/linux-4.1.27/Documentation/sysctl/
Dvm.txt193 To free pagecache:
197 To free slab objects and pagecache:
207 (inodes, dentries, pagecache, etc...) These objects are automatically
765 reclaim dentries and inodes at a "fair" rate with respect to pagecache and
/linux-4.1.27/fs/
DKconfig44 then you can avoid using the pagecache to buffer I/Os. Turning
/linux-4.1.27/Documentation/
Dcachetlb.txt309 for pagecache pages, it will clear this bit when such
310 a page first enters the pagecache.
DCodingStyle755 available for the pagecache. Just think about it; a pagecache miss causes a
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt188 in the pagecache.
Dbackend-api.txt521 This is called when a netfs page is being evicted from the pagecache. The
Dnetfs-api.txt453 from the pagecache.
/linux-4.1.27/Documentation/filesystems/
Dproc.txt858 pagecache). Doesn't include SwapCached
870 for the pagecache. The kernel must use tricks to access
1519 pagecache)
1571 by truncating pagecache. A task can cause "negative" IO too. If this task
1572 truncates some dirty pagecache, some IO which another task has been accounted
Dvfs.txt664 The filesystem must return the locked pagecache page for the specified
688 that were able to be copied into pagecache.
761 pagecache when the underlying blocksize != pagesize. If the required
Dporting297 remaining links or not. Caller does *not* evict the pagecache or inode-associated
Dext2.txt60 nobh Do not attach buffer_heads to file pagecache.
DLocking237 ->readpages() populates the pagecache with the passed pages and starts
/linux-4.1.27/fs/befs/
DChangeLog206 * Made it an option to use the old non-pagecache befs_file_read() for
/linux-4.1.27/mm/
DKconfig506 pagecache and when a subsystem requests for contiguous area, the
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME451 (writebehind) through the local Linux client pagecache
DCHANGES905 Changed read and write to go through pagecache. Added additional address space operations.