Searched refs:DIRTY (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcontrolfb.c70 #define DIRTY(z) ((x)->z != (y)->z) macro
78 results &= !DIRTY(regvals.clock_params[i]);
82 results &= !DIRTY(regvals.regs[i]);
85 return (!DIRTY(cmode) && !DIRTY(xres) && !DIRTY(yres)
86 && !DIRTY(vxres) && !DIRTY(vyres));
90 return (!DIRTY(bits_per_pixel) && !DIRTY(xre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dfault_64.c190 #define DIRTY (_PAGE_DIRTY | _PAGE_ACCESSED) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnilfs2_fs.h654 NILFS_SEGMENT_USAGE_FNS(DIRTY, dirty)
709 NILFS_SUINFO_FNS(DIRTY, dirty)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h1912 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
1932 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
1945 * doing so may race with the hypervisor's update of ACCESSED and DIRTY bits.
2137 _HV_BIT(dirty, DIRTY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4.h415 CHECK_FLAG_VALUE(DIRTY);

Completed in 63 milliseconds