Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dwriteback.h631 unsigned long dirtied,
638 dirtied, period, pause, start_time),
649 __field(unsigned int, dirtied)
671 __entry->dirtied = dirtied;
696 __entry->dirtied,
/linux-6.3-rc2/fs/ceph/
A Dinode.c2020 int release = 0, dirtied = 0; in __ceph_setattr() local
2059 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2074 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2088 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
2105 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2110 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2129 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2148 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr()
2153 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr()
2179 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr()
[all …]
/linux-6.3-rc2/mm/
A Dpage-writeback.c1285 unsigned long dirtied, in wb_update_dirty_ratelimit() argument
1306 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit()
1449 unsigned long dirtied; in __wb_update_bandwidth() local
1461 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth()
1466 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth()
1474 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth()
1479 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
A Dmemory.c2952 bool dirtied; in fault_dirty_shared_page() local
2955 dirtied = set_page_dirty(page); in fault_dirty_shared_page()
2978 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
/linux-6.3-rc2/Documentation/virt/kvm/devices/
A Darm-vgic-its.rst58 mechanism to track the memory dirtied by the vCPUs.
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
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
/linux-6.3-rc2/fs/f2fs/
A Dsegment.c4047 bool dirtied; in remove_sits_in_journal() local
4050 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal()
4052 if (!dirtied) in remove_sits_in_journal()
/linux-6.3-rc2/Documentation/admin-guide/laptops/
A Dlaptop-mode.rst96 dirtied are not forced to be written to disk as often. The control script also
/linux-6.3-rc2/drivers/scsi/
A Dst.c4920 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument
4923 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
/linux-6.3-rc2/Documentation/filesystems/
A Dvfs.rst702 that have dirtied each individual page however, so determining which
825 that data needs to be updated when a folio is dirtied. This is
A Dxfs-delayed-logging-design.rst866 for every outstanding transaction they were dirtied in. When each of these
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst343 Given a memory slot, return a bitmap containing any pages dirtied
5553 dirtied at any time if event channel interrupt delivery is enabled, so
6668 * kvm_dirty_regs specified the register classes dirtied by userspace
8092 dirtied harvested reset
8153 only a very small amount of memory that is dirtied out of vcpu/ring
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst1881 Page cache is dirtied through buffered writes and shared mmaps and
1914 mostly dirtied by a single cgroup even when the main writing cgroup

Completed in 65 milliseconds