Searched refs:dirty (Results 51 - 75 of 325) sorted by relevance

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dx_unfl.S64 | Clear dirty bit on dest resister in the frame before branching
68 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
98 | Clear dirty bit on dest resister in the frame before branching
102 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
119 | Clear dirty bit on dest resister in the frame before branching
123 bclrb %d0,FPR_DIRTY_BITS(%a6) |clr dest dirty bit
/linux-master/drivers/input/joystick/
H A Dgrip_mp.c48 int dirty; /* has the state been updated? */ member in struct:grip_port
415 port->dirty = 1;
426 port->dirty = 0;
529 port->dirty = 0;
553 if (grip->port[i]->dirty)
624 if (port->dirty) /* report initial state, if any */
/linux-master/drivers/iommu/amd/
H A Dio_pgtable.c494 bool dirty = false; local
509 dirty = true;
517 dirty = true;
521 return dirty;
527 struct iommu_dirty_bitmap *dirty)
546 * Mark the whole IOVA range as dirty even if only one of
547 * the replicated PTEs were marked dirty.
550 iommu_dirty_bitmap_record(dirty, iova, pgsize);
524 iommu_v1_read_and_clear_dirty(struct io_pgtable_ops *ops, unsigned long iova, size_t size, unsigned long flags, struct iommu_dirty_bitmap *dirty) argument
/linux-master/net/ceph/
H A Dpagevec.c13 void ceph_put_page_vector(struct page **pages, int num_pages, bool dirty) argument
18 if (dirty)
/linux-master/fs/ubifs/
H A Dmisc.h19 * ubifs_zn_dirty - check if znode is dirty.
22 * This helper function returns %1 if @znode is dirty and %0 otherwise.
153 * ubifs_add_dirt - add dirty space to LEB properties.
155 * @lnum: LEB to add dirty space for
156 * @dirty: dirty space to add
158 * This is a helper function which increased amount of dirty LEB space. Returns
161 static inline int ubifs_add_dirt(struct ubifs_info *c, int lnum, int dirty) argument
163 return ubifs_update_one_lp(c, lnum, LPROPS_NC, dirty, 0, 0);
H A Dlpt_commit.c24 * first_dirty_cnode - find first dirty cnode.
28 * This function returns the first dirty cnode or %NULL if there is not one.
55 * next_dirty_cnode - find next dirty cnode.
59 * This function returns the next dirty cnode or %NULL if there is not one.
83 * get_cnodes_to_commit - create list of dirty cnodes to commit.
127 * @dirty: amount of dirty space to add
129 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) argument
131 dbg_lp("LEB %d free %d dirty %d to %d +%d",
133 c->ltab[lnum - c->lpt_first].dirty, fre
1152 int i, lnum = -1, dirty = 0; local
1592 int err, len = c->leb_size, dirty = 0, node_type, node_num, node_len; local
[all...]
/linux-master/drivers/md/
H A Ddm-cache-policy-internal.h60 bool dirty, uint32_t hint, bool hint_valid)
62 return p->load_mapping(p, oblock, cblock, dirty, hint, hint_valid);
58 policy_load_mapping(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t cblock, bool dirty, uint32_t hint, bool hint_valid) argument
H A Ddm-cache-metadata.h92 dm_cblock_t cblock, bool dirty,
H A Ddm-cache-policy.h97 dm_cblock_t cblock, bool dirty,
101 * Drops the mapping, irrespective of whether it's clean or dirty.
/linux-master/drivers/md/bcache/
H A Djournal.h74 * If the journal fills up, we start flushing dirty btree nodes until we can
99 bool dirty; member in struct:journal_write
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c24 .dirty = drm_atomic_helper_dirtyfb,
/linux-master/include/linux/
H A Ddm-region-hash.h6 * Device-Mapper dirty region hash interface.
14 #include <linux/dm-dirty-log.h>
64 * Get/set/update region state (and dirty log).
74 /* Flush the region hash and dirty log. */
H A Diommu.h252 IOMMU_CAP_DIRTY_TRACKING, /* IOMMU supports dirty tracking */
357 /* Read but do not clear any dirty bits */
361 * struct iommu_dirty_ops - domain specific dirty tracking operations
362 * @set_dirty_tracking: Enable or Disable dirty tracking on the iommu domain
365 * Reads the dirty PTE bits and clears it from IO
373 struct iommu_dirty_bitmap *dirty);
936 static inline void iommu_dirty_bitmap_init(struct iommu_dirty_bitmap *dirty, argument
943 dirty->bitmap = bitmap;
944 dirty->gather = gather;
947 static inline void iommu_dirty_bitmap_record(struct iommu_dirty_bitmap *dirty, argument
1277 iommu_dirty_bitmap_init(struct iommu_dirty_bitmap *dirty, struct iova_bitmap *bitmap, struct iommu_iotlb_gather *gather) argument
1283 iommu_dirty_bitmap_record(struct iommu_dirty_bitmap *dirty, unsigned long iova, unsigned long length) argument
[all...]
/linux-master/arch/arm64/include/asm/
H A Dhugetlb.h35 pte_t pte, int dirty);
/linux-master/drivers/interconnect/qcom/
H A Dicc-rpmh.h85 * @dirty: flag used to indicate whether the bcm needs to be committed
102 bool dirty; member in struct:qcom_icc_bcm
/linux-master/tools/testing/selftests/powerpc/
H A DMakefile10 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
/linux-master/drivers/iommu/iommufd/
H A Diommufd_test.h125 } dirty; member in union:iommu_test_cmd::__anon62
/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h285 unsigned int dirty:1; member in struct:gru_tlb_fault_handle
511 int gaa, unsigned long vaddr, int asid, int dirty, int pagesize);
513 int gaa, unsigned long vaddr, int asid, int dirty, int pagesize);
/linux-master/drivers/infiniband/core/
H A Dumem.c48 static void __ib_umem_release(struct ib_device *dev, struct ib_umem *umem, int dirty) argument
50 bool make_dirty = umem->writable && dirty;
54 if (dirty)
/linux-master/fs/pstore/
H A Dzone.c73 * @dirty: whether the data in @buffer dirty
86 atomic_t dirty; member in struct:pstore_zone
219 goto dirty;
223 goto dirty;
228 goto dirty;
234 goto dirty;
240 goto dirty;
246 goto dirty;
251 dirty
[all...]
/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/drivers/soc/qcom/
H A Drpmh.c148 ctrlr->dirty |= (req->sleep_val != old_sleep_val ||
281 ctrlr->dirty = true;
445 if (!ctrlr->dirty) {
474 ctrlr->dirty = false;
500 ctrlr->dirty = true;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c139 if (res->dirty)
233 res->dirty = NULL;
358 * @dirtying: Transfer dirty regions.
393 if (res->guest_memory_bo->dirty && !res->dirty) {
397 } else if (!res->guest_memory_bo->dirty && res->dirty) {
403 * Transfer the dirty regions to the resource and update
406 if (res->dirty) {
433 * @dirty_set: Change dirty statu
443 vmw_resource_unreserve(struct vmw_resource *res, bool dirty_set, bool dirty, bool switch_guest_memory, struct vmw_bo *new_guest_memory_bo, unsigned long new_guest_memory_offset) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c54 * @dirty: Marked if the group needs synced to HW
65 bool dirty; member in struct:nfp_fl_lag_group
130 group->dirty = true;
376 entry->dirty = true;
385 if (slaves != entry->slave_cnt || !entry->dirty) {
394 entry->dirty = false;
478 * 2) Mark all groups dirty
488 group_entry->dirty = true;
610 group->dirty = true;
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c320 unsigned int dirty; member in struct:ag71xx_ring
803 while (ring->dirty + n != ring->curr) {
808 i = (ring->dirty + n) & ring_mask;
835 ring->dirty += n;
852 if ((ring->curr - ring->dirty) < (ring_size * 3) / 4)
984 ag->tx_ring.dirty = 0;
1146 while (ring->curr != ring->dirty) {
1148 u32 i = ring->dirty & ring_mask;
1162 ring->dirty++;
1192 ring->dirty
[all...]

Completed in 474 milliseconds

1234567891011>>