/openbmc/linux/include/trace/events/ |
H A D | writeback.h | 631 unsigned long dirtied, 638 dirtied, period, pause, start_time), 649 __field(unsigned int, dirtied) 671 __entry->dirtied = dirtied; 696 __entry->dirtied,
|
/openbmc/linux/fs/ceph/ |
H A D | inode.c | 2434 int release = 0, dirtied = 0; in __ceph_setattr() local 2487 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2514 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2529 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2543 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2560 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2565 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2601 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2633 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2638 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() [all …]
|
/openbmc/linux/mm/ |
H A D | page-writeback.c | 1307 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1328 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1471 unsigned long dirtied; in __wb_update_bandwidth() local 1483 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1488 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1496 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1501 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
H A D | memory.c | 2978 bool dirtied; in fault_dirty_shared_page() local 2981 dirtied = folio_mark_dirty(folio); in fault_dirty_shared_page() 3004 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
H A D | Kconfig | 61 The cost is that if the page was never dirtied and needs to be
|
/openbmc/qemu/docs/devel/migration/ |
H A D | mapped-ram.rst | 14 pages which are dirtied multiple times will always go to a fixed
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic-its.rst | 58 mechanism to track the memory dirtied by the vCPUs.
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | vm.rst | 208 When a lazytime inode is constantly having its pages dirtied, the inode with 292 be dirtied. As a result, on systems with a large amount of memory and 296 Changing the value to non zero would allow more memory to be dirtied
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 4269 bool dirtied; in remove_sits_in_journal() local 4272 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 4274 if (!dirtied) in remove_sits_in_journal()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | laptop-mode.rst | 96 dirtied are not forced to be written to disk as often. The control script also
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 4942 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4945 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 775 that have dirtied each individual page however, so determining which 898 that data needs to be updated when a folio is dirtied. This is
|
H A D | xfs-delayed-logging-design.rst | 866 for every outstanding transaction they were dirtied in. When each of these
|
/openbmc/hiomapd/Documentation/ |
H A D | protocol.md | 337 | 9 | `LOCKED_ERROR` | | | ✓ | Erased or dirtied region intersected a locked region |
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 343 Given a memory slot, return a bitmap containing any pages dirtied 5555 dirtied at any time if event channel interrupt delivery is enabled, so 6734 * kvm_dirty_regs specified the register classes dirtied by userspace 8159 dirtied harvested reset 8220 only a very small amount of memory that is dirtied out of vcpu/ring
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 1886 Page cache is dirtied through buffered writes and shared mmaps and 1919 mostly dirtied by a single cgroup even when the main writing cgroup
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 30 # @dirty-pages-rate: number of pages dirtied by second by the guest
|