Searched refs:dirty (Results 226 - 250 of 325) sorted by last modified time

1234567891011>>

/linux-master/arch/s390/include/asm/
H A Dhugetlb.h65 pte_t pte, int dirty)
63 huge_ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, pte_t pte, int dirty) argument
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c172 pte_t pte, int dirty)
170 huge_ptep_set_access_flags(struct vm_area_struct *vma, unsigned long addr, pte_t *ptep, pte_t pte, int dirty) argument
/linux-master/arch/parisc/include/asm/
H A Dhugetlb.h44 pte_t pte, int dirty);
/linux-master/arch/arm64/include/asm/
H A Dhugetlb.h35 pte_t pte, int dirty);
/linux-master/drivers/media/usb/uvc/
H A Duvc_ctrl.c1747 * at position UVC_CTRL_DATA_CURRENT. The control is then marked as dirty for
1755 * dirty will be modified in the UVC device, and the dirty flag will be
1758 * (UVC_CTRL_DATA_BACKUP) for all dirty controls. Both functions release the
1792 if (!ctrl->dirty)
1808 ctrl->dirty = 0;
1991 if (!ctrl->dirty) {
2003 ctrl->dirty = 1;
2321 ctrl->dirty = 1;
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c403 struct drm_rect *dirty)
415 gm12u320->fb_update.rect = *dirty;
421 rect->x1 = min(rect->x1, dirty->x1);
422 rect->y1 = min(rect->y1, dirty->y1);
423 rect->x2 = max(rect->x2, dirty->x2);
424 rect->y2 = max(rect->y2, dirty->y2);
401 gm12u320_fb_mark_dirty(struct drm_framebuffer *fb, const struct iosys_map *map, struct drm_rect *dirty) argument
/linux-master/scripts/
H A Dsetlocalversion44 --no-dirty)
115 # You cannot use 'git describe --dirty' because it tries to create
126 printf '%s' -dirty
159 echo "${KERNELVERSION}$(scm_version --no-dirty)"
/linux-master/sound/pci/emu10k1/
H A Dvoice.c70 if (pvoice->dirty)
73 pvoice->use = pvoice->dirty = pvoice->last = 0;
H A Demupcm.c333 emu->voices[voice].dirty = 1;
/linux-master/scripts/gdb/linux/
H A Dpgtable.py102 self.dirty = is_bit_defined_tupled(data, 6)
121 self.dirty = is_bit_defined_tupled(
171 {'bit': <4} {self.dirty[0]: <10} {'page dirty': <30} {self.dirty[1]}
/linux-master/mm/
H A Dpgtable-generic.c60 * Only sets the access flags (dirty, accessed), as well as write
70 pte_t entry, int dirty)
111 pmd_t entry, int dirty)
68 ptep_set_access_flags(struct vm_area_struct *vma, unsigned long address, pte_t *ptep, pte_t entry, int dirty) argument
109 pmdp_set_access_flags(struct vm_area_struct *vma, unsigned long address, pmd_t *pmdp, pmd_t entry, int dirty) argument
/linux-master/fs/ocfs2/
H A Djournal.h173 int ocfs2_journal_init(struct ocfs2_super *osb, int *dirty);
233 * ocfs2_journal_dirty - Mark a journalled buffer as having dirty data.
350 * The two writes below can accidentally see global info dirty due
/linux-master/drivers/vfio/pci/pds/
H A DMakefile8 dirty.o \
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h293 bool dirty; member in struct:mlx4_wqn_range
H A Dqp.c795 if (!range || (range->refcount == range->size) || range->dirty) {
855 range->dirty = true;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c152 if (helper->fb->funcs->dirty) {
153 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt_fencing.c230 WRITE_ONCE(fence->dirty, false);
375 if (!fence->dirty) {
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_framebuffer_helper.c294 .dirty = drm_atomic_helper_dirtyfb,
306 * backing the framebuffer. drm_atomic_helper_dirtyfb() is used for the dirty
308 * drm_gem_fb_create() if you don't need the dirty callback.
H A Ddrm_fbdev_generic.c229 if (helper->fb->funcs->dirty) {
230 ret = helper->fb->funcs->dirty(helper->fb, NULL, 0, 0, clip, 1);
H A Ddrm_fbdev_dma.c101 if (drm_WARN_ON(dev, fb->funcs->dirty)) {
/linux-master/arch/sh/mm/
H A Dcache.c151 int dirty = !test_and_set_bit(PG_dcache_clean, &folio->flags); local
152 if (dirty)
/linux-master/arch/openrisc/mm/
H A Dcache.c47 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); local
51 * must write back and invalidate any dirty pages manually. We
54 if ((vma->vm_flags & VM_EXEC) && dirty) {
/linux-master/fs/ubifs/
H A Dioctl.c122 release = ui->dirty;
/linux-master/fs/omfs/
H A Ddir.c148 /* mark affected inodes dirty to rebuild checksums */
159 struct inode *dirty; local
202 dirty = omfs_iget(dir->i_sb, prev);
203 if (!IS_ERR(dirty)) {
204 mark_inode_dirty(dirty);
205 iput(dirty);
/linux-master/fs/fat/
H A Dfat.h103 unsigned int dirty; /* fs state before mount */ member in struct:msdos_sb_info

Completed in 361 milliseconds

1234567891011>>