| /linux-6.15/arch/riscv/kernel/ |
| H A D | kernel_mode_vector.c | 146 if (__riscv_v_vstate_check(task_pt_regs(current)->status, DIRTY)) { in riscv_v_start_kernel_context() 163 if (depth == 0 && __riscv_v_vstate_check(regs->status, DIRTY)) in riscv_v_context_nesting_start()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | controlfb.c | 93 #define DIRTY(z) ((x)->z != (y)->z) macro 101 results &= !DIRTY(regvals.clock_params[i]); in PAR_EQUAL() 105 results &= !DIRTY(regvals.regs[i]); in PAR_EQUAL() 108 return (!DIRTY(cmode) && !DIRTY(xres) && !DIRTY(yres) in PAR_EQUAL() 109 && !DIRTY(vxres) && !DIRTY(vyres)); in PAR_EQUAL()
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | vector.h | 89 regs->status = __riscv_v_vstate_or(regs->status, DIRTY); in __riscv_v_vstate_dirty() 303 if (__riscv_v_vstate_check(regs->status, DIRTY)) { in riscv_v_vstate_save()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | nilfs2_api.h | 87 NILFS_SUINFO_FNS(DIRTY, dirty) in NILFS_SUINFO_FNS()
|
| H A D | nilfs2_ondisk.h | 617 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty) in NILFS_SEGMENT_USAGE_FNS()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | lapic.c | 375 DIRTY enumerator 405 DIRTY, UPDATE_IN_PROGRESS) == CLEAN) { in kvm_recalculate_apic_map() 503 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in apic_set_spiv() 516 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_xapic_id() 522 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_ldr() 528 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_dfr() 539 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_x2apic_id() 2603 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in __kvm_apic_set_base() 3108 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_state()
|
| /linux-6.15/fs/f2fs/ |
| H A D | segment.c | 772 if (dirty_type == DIRTY) { in __locate_dirty_segment() 776 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment() 808 if (dirty_type == DIRTY) { in __remove_dirty_segment() 861 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 863 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 866 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 879 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree() 885 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree() 902 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks() 3009 __remove_dirty_segment(sbi, new_segno, DIRTY); in change_curseg() [all …]
|
| H A D | segment.h | 272 DIRTY, /* to count # of dirty segments */ enumerator
|
| H A D | gc.c | 299 p->dirty_bitmap = dirty_i->dirty_segmap[DIRTY]; in select_policy() 300 p->max_search = dirty_i->nr_dirty[DIRTY]; in select_policy()
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 76 4. DIRTY 160 4 - DIRTY
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdswap.c | 834 (background || (TREE_EMPTY(d, CLEAN) && TREE_EMPTY(d, DIRTY)))) in mtdswap_choose_gc_tree() 852 TREE_EMPTY(d, DIRTY) && TREE_EMPTY(d, FAILING)) in mtdswap_pick_gc_eblk()
|
| /linux-6.15/fs/btrfs/tests/ |
| H A D | extent-io-tests.c | 76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str()
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4.h | 637 CHECK_FLAG_VALUE(DIRTY); in ext4_check_flag_values()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | vfs.rst | 912 DIRTY and will pass them to ->writepage.
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 8317 to read the dirty GFNs. If the flags has the DIRTY bit set (at this stage 8323 flags of a GFN have the DIRTY bit cleared, meaning that it has harvested 8355 reading the state of an entry and mutating it from DIRTY to HARVESTED.
|