/openbmc/linux/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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | Added-support-for-PPC-instructions-mfatbu-mfatbl.patch | 38 +/* DIRTY HELPER (non-referentially transparent) */ 57 /* DIRTY HELPER (reads guest state, writes guest mem) */
|
/openbmc/linux/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 | 616 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty) in NILFS_SEGMENT_USAGE_FNS()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | lapic.c | 369 DIRTY enumerator 399 DIRTY, UPDATE_IN_PROGRESS) == CLEAN) { in kvm_recalculate_apic_map() 497 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in apic_set_spiv() 510 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_xapic_id() 516 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_ldr() 522 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_dfr() 533 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_x2apic_id() 2588 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_lapic_set_base() 3059 atomic_set_release(&apic->vcpu->kvm->arch.apic_map_dirty, DIRTY); in kvm_apic_set_state()
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | pagemap.rst | 59 4. DIRTY 143 4 - DIRTY
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 765 if (dirty_type == DIRTY) { in __locate_dirty_segment() 769 if (unlikely(t >= DIRTY)) { in __locate_dirty_segment() 799 if (dirty_type == DIRTY) { in __remove_dirty_segment() 852 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 854 __locate_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 857 __remove_dirty_segment(sbi, segno, DIRTY); in locate_dirty_segment() 870 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_dirty_to_prefree() 876 __remove_dirty_segment(sbi, segno, DIRTY); in f2fs_dirty_to_prefree() 893 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in f2fs_get_unusable_blocks() 929 for_each_set_bit(segno, dirty_i->dirty_segmap[DIRTY], MAIN_SEGS(sbi)) { in get_free_segment() [all …]
|
H A D | segment.h | 274 DIRTY, /* to count # of dirty segments */ enumerator
|
H A D | gc.c | 270 p->dirty_bitmap = dirty_i->dirty_segmap[DIRTY]; in select_policy() 271 p->max_search = dirty_i->nr_dirty[DIRTY]; in select_policy()
|
/openbmc/qemu/hw/intc/ |
H A D | gicv3_internal.h | 166 FIELD(GICR_VPENDBASER, DIRTY, 60, 1)
|
/openbmc/linux/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()
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str()
|
/openbmc/linux/fs/ext4/ |
H A D | ext4.h | 627 CHECK_FLAG_VALUE(DIRTY); in ext4_check_flag_values()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfs.rst | 893 DIRTY and will pass them to ->writepage.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 8166 to read the dirty GFNs. If the flags has the DIRTY bit set (at this stage 8172 flags of a GFN have the DIRTY bit cleared, meaning that it has harvested 8204 reading the state of an entry and mutating it from DIRTY to HARVESTED.
|