Home
last modified time | relevance | path

Searched full:scrubber (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgp102.c62 nvkm_falcon_fw_ctor_hs(&gm200_flcn_fw, "mem-unlock", subdev, NULL, "nvdec/scrubber", in gp102_fb_oneinit()
88 MODULE_FIRMWARE("nvidia/gp102/nvdec/scrubber.bin");
89 MODULE_FIRMWARE("nvidia/gp104/nvdec/scrubber.bin");
90 MODULE_FIRMWARE("nvidia/gp106/nvdec/scrubber.bin");
91 MODULE_FIRMWARE("nvidia/gp107/nvdec/scrubber.bin");
92 MODULE_FIRMWARE("nvidia/gp108/nvdec/scrubber.bin");
H A Dtu102.c57 MODULE_FIRMWARE("nvidia/tu102/nvdec/scrubber.bin");
58 MODULE_FIRMWARE("nvidia/tu104/nvdec/scrubber.bin");
59 MODULE_FIRMWARE("nvidia/tu106/nvdec/scrubber.bin");
60 MODULE_FIRMWARE("nvidia/tu116/nvdec/scrubber.bin");
61 MODULE_FIRMWARE("nvidia/tu117/nvdec/scrubber.bin");
H A Dbase.c155 nvkm_debug(subdev, "VPR locked, running scrubber binary\n"); in nvkm_fb_mem_unlock()
158 nvkm_warn(subdev, "VPR locked, but no scrubber binary!\n"); in nvkm_fb_mem_unlock()
164 nvkm_error(subdev, "VPR scrubber binary failed\n"); in nvkm_fb_mem_unlock()
173 nvkm_debug(subdev, "VPR scrubber binary successful\n"); in nvkm_fb_mem_unlock()
H A Dgv100.c52 MODULE_FIRMWARE("nvidia/gv100/nvdec/scrubber.bin");
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c2595 struct slab_scrubber *scrubber = &slab->allocator->scrubber; in register_slab_for_scrubbing() local
2605 WRITE_ONCE(scrubber->slab_count, scrubber->slab_count + 1); in register_slab_for_scrubbing()
2611 list_add_tail(&slab->allocq_entry, &scrubber->high_priority_slabs); in register_slab_for_scrubbing()
2615 list_add_tail(&slab->allocq_entry, &scrubber->slabs); in register_slab_for_scrubbing()
2702 * @scrubber: The slab scrubber.
2706 static struct vdo_slab *get_next_slab(struct slab_scrubber *scrubber) in get_next_slab() argument
2710 slab = list_first_entry_or_null(&scrubber->high_priority_slabs, in get_next_slab()
2715 return list_first_entry_or_null(&scrubber->slabs, struct vdo_slab, in get_next_slab()
2720 * has_slabs_to_scrub() - Check whether a scrubber has slabs to scrub.
2721 * @scrubber: The scrubber to check.
[all …]
H A Dslab-depot.h295 /* The administrative state of the scrubber */
403 /* The slab scrubber */
404 struct slab_scrubber scrubber; member
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dsnps,dw-umctl2-ddrc.yaml38 Scrubber-Done signal, DFI Parity/CRC Error. Some platforms may have the
48 - description: Common ECC CE/UE/Scrubber/DFI Errors IRQ
51 - description: Individual ECC CE/UE/Scrubber/DFI Errors IRQs
61 reference clock, DDRC core clock, Scrubber standalone clock
/linux/Documentation/ABI/testing/
H A Dsysfs-edac-scrub50 by the memory scrubber.
64 by the memory scrubber.
82 within the supported range by the memory scrubber.
/linux/fs/xfs/scrub/
H A Dhealth.c37 * 2. If the scrubber returns a runtime error code, we exit making no changes
40 * 3. If the scrubber finds that A is clean, use sick_mask to clear the incore
43 * 4. If the scrubber finds that A is corrupt, use sick_mask to set the incore
183 * If the scrubber finds errors, we mark sick whatever's mentioned in
H A Dscrub.c61 * because they can involve extents from any AG. The general scrubber
67 * can signal a potential deadlock, in which case the scrubber can jump
84 * scrubber, something will notice that something is amiss and report
85 * the corruption. Therefore, each scrubber will allocate an empty
955 * because each scrubber gets to decide its own strategy and return in xfs_ioc_scrubv_metadata()
H A Dbmap.c81 * extents in the scrubber, so leaving them in memory is fine. in xchk_setup_inode_bmap()
115 * Inode fork block mapping (BMBT) scrubber.
556 * from disk by the scrubber, we assume that its contents match what's in xchk_bmapbt_rec()
754 * to extents format with zero records and wait for the this scrubber in xchk_bmap_check_empty_attrfork()
798 * to extents format with zero records and wait for the this scrubber in xchk_bmap_check_empty_datafork()
H A Drtbitmap.c242 /* Invoke the fork scrubber. */ in xchk_rtbitmap()
H A Dialloc.c40 /* Inode btree scrubber. */
340 * The inode scrubber can deal with this. in xchk_iallocbt_check_cluster_ifree()
H A Drtsummary.c353 /* Invoke the fork scrubber. */ in xchk_rtsummary()
H A Dquota.c272 /* Invoke the fork scrubber. */ in xchk_quota_data_fork()
H A Dscrub.h76 ST_GENERIC, /* determined by the scrubber */
H A Dcommon.c859 /* Per-scrubber setup functions */
1360 * data structure should not cause this scrubber to abort. in xchk_should_check_xref()
1434 /* Invoke the data fork scrubber. */ in xchk_metadata_inode_forks()
H A Dmetapath.c39 * metadata, this scrubber ensures that the ondisk metadir path points to the
H A Drefcount.c45 /* Reference count btree scrubber. */
H A Drtrefcount.c59 /* Realtime Reference count btree scrubber. */
H A Dbtree.c397 * The bnobt scrubber aliases bs->cur to bs->sc->sa.bno_cur, so we in xchk_btree_check_block_owner()
H A Dquotacheck.c119 * failures in the hook code must abort the iscan and the scrubber must notice
/linux/Documentation/edac/
H A Dscrub.rst85 provided that the scrubber supports this functionality.
113 userspace request to change CXL patrol scrubber's configurations.
255 The control attributes of a registered scrubber instance could be
/linux/include/linux/
H A Dedac.h293 * @SCRUB_UNKNOWN: Unknown if scrubber is available
294 * @SCRUB_NONE: No scrubber
/linux/drivers/edac/
H A De752x_edac.c269 /* Valid scrub rates for the e752x/3100 hardware memory scrubber. We
1030 /* Find the bandwidth matching the memory scrubber configuration */ in get_sdram_scrub_rate()

12