Home
last modified time | relevance | path

Searched refs:DIRTY (Results 1 – 15 of 15) sorted by relevance

/linux/arch/riscv/kernel/
H A Dkernel_mode_vector.c146 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/drivers/video/fbdev/
H A Dcontrolfb.c93 #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/arch/riscv/include/asm/
H A Dvector.h90 regs->status = __riscv_v_vstate_or(regs->status, DIRTY); in __riscv_v_vstate_dirty()
309 if (__riscv_v_vstate_check(regs->status, DIRTY)) { in riscv_v_vstate_save()
/linux/include/uapi/linux/
H A Dnilfs2_api.h87 NILFS_SUINFO_FNS(DIRTY, dirty) in NILFS_SUINFO_FNS()
H A Dnilfs2_ondisk.h648 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty) in NILFS_SEGMENT_USAGE_FNS()
/linux/arch/x86/kvm/
H A Dlapic.c402 DIRTY enumerator
432 DIRTY, UPDATE_IN_PROGRESS) == CLEAN) { in kvm_recalculate_apic_map()
530 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in apic_set_spiv()
543 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_xapic_id()
549 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_ldr()
555 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_dfr()
566 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_x2apic_id()
2764 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in __kvm_apic_set_base()
3273 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_state()
/linux/fs/f2fs/
H A Dsegment.c783 if (dirty_type == DIRTY) { in __locate_dirty_segment()
787 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment()
819 if (dirty_type == DIRTY) { in __remove_dirty_segment()
872 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
874 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
877 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment()
890 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree()
896 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree()
913 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks()
954 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment()
[all …]
H A Dsegment.h255 DIRTY, /* to count # of dirty segments */ enumerator
H A Dgc.c303 p->dirty_bitmap = dirty_i->dirty_segmap[DIRTY]; in select_policy()
304 p->max_search = dirty_i->nr_dirty[DIRTY]; in select_policy()
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst76 4. DIRTY
161 4 - DIRTY
/linux/drivers/mtd/
H A Dmtdswap.c834 (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/fs/btrfs/tests/
H A Dextent-io-tests.c76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str()
/linux/fs/ext4/
H A Dext4.h640 CHECK_FLAG_VALUE(DIRTY); in ext4_check_flag_values()
/linux/Documentation/filesystems/
H A Dvfs.rst824 DIRTY and will write them back.
/linux/Documentation/virt/kvm/
H A Dapi.rst8674 to read the dirty GFNs. If the flags has the DIRTY bit set (at this stage
8680 flags of a GFN have the DIRTY bit cleared, meaning that it has harvested
8712 reading the state of an entry and mutating it from DIRTY to HARVESTED.