Searched refs:pagecache (Results 1 – 22 of 22) sorted by relevance
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | nand_base.c | 470 if (page == chip->pagecache.page) in nand_do_write_oob() 471 chip->pagecache.page = -1; in nand_do_write_oob() 3445 if (realpage != chip->pagecache.page || oob) { in nand_do_read_ops() 3471 chip->pagecache.page = -1; in nand_do_read_ops() 3483 chip->pagecache.page = realpage; in nand_do_read_ops() 3484 chip->pagecache.bitflips = ret; in nand_do_read_ops() 3487 chip->pagecache.page = -1; in nand_do_read_ops() 3527 chip->pagecache.bitflips); in nand_do_read_ops() 4300 if (to <= ((loff_t)chip->pagecache.page << chip->page_shift) && in nand_do_write_ops() 4301 ((loff_t)chip->pagecache.page << chip->page_shift) < (to + ops->len)) in nand_do_write_ops() [all …]
|
/Linux-v6.1/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 777 因爲體積大內核會占用更多的指令高速緩存,而且會導致 pagecache 的可用內存減少。 778 想像一下,一次 pagecache 未命中就會導致一次磁碟尋址,將耗時 5 毫秒。5 毫秒的
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 859 因为体积大内核会占用更多的指令高速缓存,而且会导致 pagecache 的可用内存减少。 860 想象一下,一次 pagecache 未命中就会导致一次磁盘寻址,将耗时 5 毫秒。5 毫秒的
|
/Linux-v6.1/include/linux/mtd/ |
D | rawnand.h | 1292 } pagecache; member 1597 chip->pagecache.page = -1; in nand_get_data_buf()
|
/Linux-v6.1/Documentation/filesystems/ |
D | fsverity.rst | 487 pages have been read into the pagecache. (See `Verifying data`_.) 569 For filesystems using Linux's pagecache, the ``->read_folio()`` and 575 verifies a page that has been read into the pagecache of a verity 583 as per the usual Linux pagecache behavior, attempts by userspace to 607 the pagecache, so the above subsection applies too. However, they 789 pagecache, but both local and remote filesystems normally do so.
|
D | porting.rst | 336 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
|
D | vfs.rst | 700 generic pagecache infrastructure does not track the file descriptions 714 occurs. Then, after writing back data from the pagecache in their 855 The filesystem must return the locked pagecache page for the 877 'copied') that were able to be copied into pagecache. 947 Called by the VM when reading a file through the pagecache when
|
D | proc.rst | 1032 pagecache) as well as tmpfs & shmem. 1053 for the pagecache. The kernel must use tricks to access 1713 pagecache). 1765 by truncating pagecache. A task can cause "negative" IO too. If this task 1766 truncates some dirty pagecache, some IO which another task has been accounted
|
D | fscrypt.rst | 36 caching both the decrypted and encrypted pages in the pagecache, 1084 Note that mmap *is* supported. This is possible because the pagecache
|
/Linux-v6.1/Documentation/core-api/ |
D | cachetlb.rst | 306 private". The kernel guarantees that, for pagecache pages, it will 307 clear this bit when such a page first enters the pagecache.
|
/Linux-v6.1/Documentation/filesystems/caching/ |
D | netfs-api.rst | 78 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.1/Documentation/admin-guide/sysctl/ |
D | vm.rst | 234 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.1/fs/ |
D | Kconfig | 57 then you can avoid using the pagecache to buffer I/Os. Turning
|
/Linux-v6.1/Documentation/admin-guide/mm/ |
D | ksm.rst | 27 KSM only merges anonymous (private) pages, never pagecache (file) pages.
|
/Linux-v6.1/Documentation/dev-tools/ |
D | kfence.rst | 293 limits frequent long-lived allocations (e.g. pagecache) of the same source
|
/Linux-v6.1/mm/ |
D | page_alloc.c | 5936 unsigned long pagecache; in si_mem_available() local 5960 pagecache = pages[LRU_ACTIVE_FILE] + pages[LRU_INACTIVE_FILE]; in si_mem_available() 5961 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available() 5962 available += pagecache; in si_mem_available()
|
D | Kconfig | 832 pagecache and when a subsystem requests for contiguous area, the
|
/Linux-v6.1/fs/befs/ |
D | ChangeLog | 206 * Made it an option to use the old non-pagecache befs_file_read() for
|
/Linux-v6.1/Documentation/process/ |
D | coding-style.rst | 967 available for the pagecache. Just think about it; a pagecache miss causes a
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-block | 213 pagecache. It shows '1' if true, '0' if not.
|
/Linux-v6.1/Documentation/admin-guide/cifs/ |
D | usage.rst | 517 (writebehind) through the local Linux client pagecache
|
/Linux-v6.1/ |
D | MAINTAINERS | 15541 T: git git://git.infradead.org/users/willy/pagecache.git
|