Searched refs:dirtied (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/include/trace/events/ |
D | writeback.h | 639 unsigned long dirtied, 646 dirtied, period, pause, start_time), 657 __field(unsigned int, dirtied) 679 __entry->dirtied = dirtied; 704 __entry->dirtied,
|
/linux-6.12.1/fs/ceph/ |
D | inode.c | 2477 int release = 0, dirtied = 0; in __ceph_setattr() local 2559 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2589 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2607 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2621 dirtied |= CEPH_CAP_AUTH_EXCL; in __ceph_setattr() 2641 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2646 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() 2683 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2718 dirtied |= CEPH_CAP_FILE_EXCL; in __ceph_setattr() 2722 dirtied |= CEPH_CAP_FILE_WR; in __ceph_setattr() [all …]
|
/linux-6.12.1/mm/ |
D | page-writeback.c | 1352 unsigned long dirtied, in wb_update_dirty_ratelimit() argument 1373 dirty_rate = (dirtied - wb->dirtied_stamp) * HZ / elapsed; in wb_update_dirty_ratelimit() 1516 unsigned long dirtied; in __wb_update_bandwidth() local 1528 dirtied = percpu_counter_read(&wb->stat[WB_DIRTIED]); in __wb_update_bandwidth() 1533 wb_update_dirty_ratelimit(gdtc, dirtied, elapsed); in __wb_update_bandwidth() 1541 wb_update_dirty_ratelimit(mdtc, dirtied, elapsed); in __wb_update_bandwidth() 1546 wb->dirtied_stamp = dirtied; in __wb_update_bandwidth()
|
D | memory.c | 3189 bool dirtied; in fault_dirty_shared_page() local 3192 dirtied = folio_mark_dirty(folio); in fault_dirty_shared_page() 3215 if ((dirtied || page_mkwrite) && mapping) { in fault_dirty_shared_page()
|
/linux-6.12.1/Documentation/virt/kvm/devices/ |
D | arm-vgic-its.rst | 58 mechanism to track the memory dirtied by the vCPUs.
|
/linux-6.12.1/Documentation/admin-guide/sysctl/ |
D | vm.rst | 210 When a lazytime inode is constantly having its pages dirtied, the inode with 331 be dirtied. As a result, on systems with a large amount of memory and 335 Changing the value to non zero would allow more memory to be dirtied
|
/linux-6.12.1/fs/f2fs/ |
D | segment.c | 4483 bool dirtied; in remove_sits_in_journal() local 4486 dirtied = __mark_sit_entry_dirty(sbi, segno); in remove_sits_in_journal() 4488 if (!dirtied) in remove_sits_in_journal()
|
/linux-6.12.1/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 96 dirtied are not forced to be written to disk as often. The control script also
|
/linux-6.12.1/drivers/scsi/ |
D | st.c | 4922 const unsigned int nr_pages, int dirtied) in sgl_unmap_user_pages() argument 4925 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
|
/linux-6.12.1/Documentation/filesystems/ |
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
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | vdo-design.rst | 243 memory and are written out, a block at a time in oldest-dirtied-order, only
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 362 Given a memory slot, return a bitmap containing any pages dirtied 5672 dirtied at any time if event channel interrupt delivery is enabled, so 7141 * kvm_dirty_regs specified the register classes dirtied by userspace 8634 dirtied harvested reset 8695 only a very small amount of memory that is dirtied out of vcpu/ring
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2030 Page cache is dirtied through buffered writes and shared mmaps and 2063 mostly dirtied by a single cgroup even when the main writing cgroup
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-delayed-logging-design.rst | 866 for every outstanding transaction they were dirtied in. When each of these
|