Home
last modified time | relevance | path

Searched refs:dirtied (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dwriteback.h631 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 Dinode.c2434 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 Dpage-writeback.c1307 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 Dmemory.c2978 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 DKconfig61 The cost is that if the page was never dirtied and needs to be
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst14 pages which are dirtied multiple times will always go to a fixed
/openbmc/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst58 mechanism to track the memory dirtied by the vCPUs.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst208 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 Dsegment.c4269 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 Dlaptop-mode.rst96 dirtied are not forced to be written to disk as often. The control script also
/openbmc/linux/drivers/scsi/
H A Dst.c4942 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 Dvfs.rst775 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 Dxfs-delayed-logging-design.rst866 for every outstanding transaction they were dirtied in. When each of these
/openbmc/hiomapd/Documentation/
H A Dprotocol.md337 | 9 | `LOCKED_ERROR` | | | ✓ | Erased or dirtied region intersected a locked region |
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst343 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 Dcgroup-v2.rst1886 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 Dmigration.json30 # @dirty-pages-rate: number of pages dirtied by second by the guest