Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dnand_base.c470 if (page == chip->pagecache.page) in nand_do_write_oob()
471 chip->pagecache.page = -1; in nand_do_write_oob()
3567 chip->pagecache.page = -1; in nand_do_read_ops()
3579 chip->pagecache.page = realpage; in nand_do_read_ops()
3580 chip->pagecache.bitflips = ret; in nand_do_read_ops()
3583 chip->pagecache.page = -1; in nand_do_read_ops()
3623 chip->pagecache.bitflips); in nand_do_read_ops()
4398 chip->pagecache.page = -1; in nand_do_write_ops()
4624 if (page <= chip->pagecache.page && chip->pagecache.page < in nand_erase_nand()
4626 chip->pagecache.page = -1; in nand_erase_nand()
[all …]
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A Dcoding-style.rst777 因爲體積大內核會占用更多的指令高速緩存,而且會導致 pagecache 的可用內存減少。
778 想像一下,一次 pagecache 未命中就會導致一次磁碟尋址,將耗時 5 毫秒。5 毫秒的
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h1308 } pagecache; member
1618 chip->pagecache.page = -1; in nand_get_data_buf()
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A Dcoding-style.rst859 因为体积大内核会占用更多的指令高速缓存,而且会导致 pagecache 的可用内存减少。
860 想象一下,一次 pagecache 未命中就会导致一次磁盘寻址,将耗时 5 毫秒。5 毫秒的
/linux-6.3-rc2/Documentation/filesystems/
A Dfsverity.rst489 pages have been read into the pagecache. (See `Verifying data`_.)
570 For filesystems using Linux's pagecache, the ``->read_folio()`` and
576 which verifies data that has been read into the pagecache of a verity
584 as per the usual Linux pagecache behavior, attempts by userspace to
605 the pagecache, so the above subsection applies too. However, they
787 pagecache, but both local and remote filesystems normally do so.
A 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
A Dvfs.rst701 generic pagecache infrastructure does not track the file descriptions
715 occurs. Then, after writing back data from the pagecache in their
856 The filesystem must return the locked pagecache page for the
878 'copied') that were able to be copied into pagecache.
948 Called by the VM when reading a file through the pagecache when
A Dproc.rst1036 pagecache) as well as tmpfs & shmem.
1057 for the pagecache. The kernel must use tricks to access
1718 pagecache).
1770 by truncating pagecache. A task can cause "negative" IO too. If this task
1771 truncates some dirty pagecache, some IO which another task has been accounted
A Dfscrypt.rst36 caching both the decrypted and encrypted pages in the pagecache,
1091 Note that mmap *is* supported. This is possible because the pagecache
/linux-6.3-rc2/Documentation/core-api/
A Dcachetlb.rst306 private". The kernel guarantees that, for pagecache pages, it will
307 clear this bit when such a page first enters the pagecache.
/linux-6.3-rc2/Documentation/filesystems/caching/
A 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-6.3-rc2/Documentation/admin-guide/sysctl/
A 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-6.3-rc2/fs/
A DKconfig61 then you can avoid using the pagecache to buffer I/Os. Turning
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dksm.rst25 KSM only merges anonymous (private) pages, never pagecache (file) pages.
/linux-6.3-rc2/Documentation/dev-tools/
A Dkfence.rst293 limits frequent long-lived allocations (e.g. pagecache) of the same source
/linux-6.3-rc2/mm/
A Dpage_alloc.c5972 unsigned long pagecache; in si_mem_available() local
5996 pagecache = pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE]; in si_mem_available()
5997 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available()
5998 available += pagecache; in si_mem_available()
A DKconfig877 pagecache and when a subsystem requests for contiguous area, the
/linux-6.3-rc2/fs/befs/
A DChangeLog206 * Made it an option to use the old non-pagecache befs_file_read() for
/linux-6.3-rc2/Documentation/process/
A Dcoding-style.rst967 available for the pagecache. Just think about it; a pagecache miss causes a
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-block213 pagecache. It shows '1' if true, '0' if not.
/linux-6.3-rc2/Documentation/admin-guide/cifs/
A Dusage.rst517 (writebehind) through the local Linux client pagecache
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dcoding-style.rst999 para el pagecache. Solo piense en esto; un fallo en la memoria caché de la
/linux-6.3-rc2/
A DMAINTAINERS15759 T: git git://git.infradead.org/users/willy/pagecache.git

Completed in 91 milliseconds