Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dshow_mem.c35 unsigned long pagecache; in si_mem_available() local
59 pagecache = pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE]; in si_mem_available()
60 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available()
61 available += pagecache; in si_mem_available()
DKconfig905 pagecache and when a subsystem requests for contiguous area, the
/Linux-v6.6/drivers/mtd/nand/raw/
Dnand_base.c470 if (page == chip->pagecache.page) in nand_do_write_oob()
471 chip->pagecache.page = -1; in nand_do_write_oob()
3542 if (realpage != chip->pagecache.page || oob) { in nand_do_read_ops()
3568 chip->pagecache.page = -1; in nand_do_read_ops()
3580 chip->pagecache.page = realpage; in nand_do_read_ops()
3581 chip->pagecache.bitflips = ret; in nand_do_read_ops()
3584 chip->pagecache.page = -1; in nand_do_read_ops()
3624 chip->pagecache.bitflips); in nand_do_read_ops()
4397 if (to <= ((loff_t)chip->pagecache.page << chip->page_shift) && in nand_do_write_ops()
4398 ((loff_t)chip->pagecache.page << chip->page_shift) < (to + ops->len)) in nand_do_write_ops()
[all …]
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dcoding-style.rst777 因爲體積大內核會占用更多的指令高速緩存,而且會導致 pagecache 的可用內存減少。
778 想像一下,一次 pagecache 未命中就會導致一次磁碟尋址,將耗時 5 毫秒。5 毫秒的
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dcoding-style.rst859 因为体积大内核会占用更多的指令高速缓存,而且会导致 pagecache 的可用内存减少。
860 想象一下,一次 pagecache 未命中就会导致一次磁盘寻址,将耗时 5 毫秒。5 毫秒的
/Linux-v6.6/include/linux/mtd/
Drawnand.h1310 } pagecache; member
1621 chip->pagecache.page = -1; in nand_get_data_buf()
/Linux-v6.6/Documentation/filesystems/
Dfsverity.rst551 pages have been read into the pagecache. (See `Verifying data`_.)
632 For filesystems using Linux's pagecache, the ``->read_folio()`` and
638 which verifies data that has been read into the pagecache of a verity
646 as per the usual Linux pagecache behavior, attempts by userspace to
667 the pagecache, so the above subsection applies too. However, they
849 pagecache, but both local and remote filesystems normally do so.
Dvfs.rst340 *not* evict the pagecache or inode-associated metadata buffers;
774 generic pagecache infrastructure does not track the file descriptions
788 occurs. Then, after writing back data from the pagecache in their
929 The filesystem must return the locked pagecache page for the
951 'copied') that were able to be copied into pagecache.
1021 Called by the VM when reading a file through the pagecache when
Dporting.rst336 remaining links or not. Caller does *not* evict the pagecache or inode-associated
625 its pagecache. No highmem pages should end up in the pagecache of such
Dproc.rst1044 pagecache) as well as tmpfs & shmem.
1065 for the pagecache. The kernel must use tricks to access
1735 pagecache).
1787 by truncating pagecache. A task can cause "negative" IO too. If this task
1788 truncates some dirty pagecache, some IO which another task has been accounted
Dlocking.rst388 the pagecache will assume that private data is buffer_heads and call
Dfscrypt.rst36 caching both the decrypted and encrypted pages in the pagecache,
1165 Note that mmap *is* supported. This is possible because the pagecache
Dxfs-online-fsck-design.rst1938 tmpfs can only push a pagecache folio to the swap cache if the folio is neither
1941 Short term direct access to xfile contents is done by locking the pagecache
/Linux-v6.6/Documentation/core-api/
Dcachetlb.rst310 private". The kernel guarantees that, for pagecache pages, it will
311 clear this bit when such a page first enters the pagecache.
/Linux-v6.6/Documentation/filesystems/caching/
Dnetfs-api.rst78 pagecache becomes dirty and unuse it when writeback is complete. This is
215 pagecache in order to avoid an oops due to trying to open a file during process
/Linux-v6.6/Documentation/admin-guide/sysctl/
Dvm.rst234 To free pagecache::
242 To free slab objects and pagecache::
253 (inodes, dentries, pagecache, etc...) These objects are automatically
958 reclaim dentries and inodes at a "fair" rate with respect to pagecache and
/Linux-v6.6/fs/
DKconfig65 then you can avoid using the pagecache to buffer I/Os. Turning
/Linux-v6.6/Documentation/admin-guide/mm/
Dksm.rst25 KSM only merges anonymous (private) pages, never pagecache (file) pages.
/Linux-v6.6/Documentation/dev-tools/
Dkfence.rst293 limits frequent long-lived allocations (e.g. pagecache) of the same source
/Linux-v6.6/fs/befs/
DChangeLog206 * Made it an option to use the old non-pagecache befs_file_read() for
/Linux-v6.6/Documentation/process/
Dcoding-style.rst967 available for the pagecache. Just think about it; a pagecache miss causes a
/Linux-v6.6/Documentation/ABI/stable/
Dsysfs-block213 pagecache. It shows '1' if true, '0' if not.
/Linux-v6.6/Documentation/admin-guide/cifs/
Dusage.rst517 (writebehind) through the local Linux client pagecache
/Linux-v6.6/Documentation/translations/sp_SP/process/
Dcoding-style.rst999 para el pagecache. Solo piense en esto; un fallo en la memoria caché de la
/Linux-v6.6/
DMAINTAINERS16133 T: git git://git.infradead.org/users/willy/pagecache.git