Home
last modified time | relevance | path

Searched refs:cleared (Results 1 – 25 of 215) sorted by relevance

123456789

/Linux-v6.1/drivers/nvdimm/
Dpmem.c101 long cleared = nvdimm_clear_poison(to_dev(pmem), phys, len); in __pmem_clear_poison() local
103 if (cleared > 0) { in __pmem_clear_poison()
104 pmem_mkpage_present(pmem, offset, cleared); in __pmem_clear_poison()
107 return cleared; in __pmem_clear_poison()
113 long cleared = __pmem_clear_poison(pmem, offset, len); in pmem_clear_poison() local
115 if (cleared < 0) in pmem_clear_poison()
118 pmem_clear_bb(pmem, to_sect(pmem, offset), cleared >> SECTOR_SHIFT); in pmem_clear_poison()
119 if (cleared < len) in pmem_clear_poison()
355 long cleared; in pmem_recovery_write() local
373 cleared = __pmem_clear_poison(pmem, pmem_off, len); in pmem_recovery_write()
[all …]
Dclaim.c280 long cleared; in nsio_rw_bytes() local
283 cleared = nvdimm_clear_poison(&ndns->dev, in nsio_rw_bytes()
285 if (cleared < size) in nsio_rw_bytes()
287 if (cleared > 0 && cleared / 512) { in nsio_rw_bytes()
288 cleared /= 512; in nsio_rw_bytes()
289 badblocks_clear(&nsio->bb, sector, cleared); in nsio_rw_bytes()
Dbus.c161 resource_size_t phys, cleared; member
180 (ctx->phys + ctx->cleared - 1) > ndr_end) in nvdimm_clear_badblocks_region()
184 badblocks_clear(&nd_region->bb, sector, ctx->cleared / 512); in nvdimm_clear_badblocks_region()
193 phys_addr_t phys, u64 cleared) in nvdimm_clear_badblocks_regions() argument
197 .cleared = cleared, in nvdimm_clear_badblocks_regions()
205 phys_addr_t phys, u64 cleared) in nvdimm_account_cleared_poison() argument
207 if (cleared > 0) in nvdimm_account_cleared_poison()
208 badrange_forget(&nvdimm_bus->badrange, phys, cleared); in nvdimm_account_cleared_poison()
210 if (cleared > 0 && cleared / 512) in nvdimm_account_cleared_poison()
211 nvdimm_clear_badblocks_regions(nvdimm_bus, phys, cleared); in nvdimm_account_cleared_poison()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-platform-devices-occ-hwmon7 the file is empty. The data is cleared when it's been
9 from the first error is saved, until it's cleared upon read. The OCC hwmon driver, running on
Dsysfs-mce81 All corrected events are not cleared and kept in bank MSRs.
88 All reported corrected errors will be cleared silently.
Dsysfs-bus-acpi76 Bit [3] Set if the device is functioning properly (cleared
79 Bits [31:5] Reserved (must be cleared)
/Linux-v6.1/drivers/char/
Dmem.c515 size_t cleared = 0; in read_zero() local
521 left = clear_user(buf + cleared, chunk); in read_zero()
523 cleared += (chunk - left); in read_zero()
524 if (!cleared) in read_zero()
528 cleared += chunk; in read_zero()
536 return cleared; in read_zero()
/Linux-v6.1/lib/
Dsbitmap.c67 if (!READ_ONCE(map->cleared)) in sbitmap_deferred_clear()
73 mask = xchg(&map->cleared, 0); in sbitmap_deferred_clear()
297 if (sb->map[i].word & ~sb->map[i].cleared) in sbitmap_any_bit_set()
315 weight += bitmap_weight(&word->cleared, word_depth); in __sbitmap_weight()
362 unsigned long cleared = READ_ONCE(sb->map[i].cleared); in sbitmap_bitmap_show() local
365 word &= ~cleared; in sbitmap_bitmap_show()
/Linux-v6.1/include/linux/
Dsbitmap.h38 unsigned long cleared ____cacheline_aligned_in_smp;
261 word = sb->map[index].word & ~sb->map[index].cleared; in __sbitmap_for_each_set()
325 unsigned long *addr = &sb->map[SB_NR_TO_INDEX(sb, bitnr)].cleared; in sbitmap_deferred_clear_bit()
/Linux-v6.1/drivers/cpuidle/
Dcpuidle-psci.c137 bool cleared = false; in psci_idle_syscore_switch() local
154 if (!cleared) { in psci_idle_syscore_switch()
156 cleared = true; in psci_idle_syscore_switch()
/Linux-v6.1/drivers/iommu/arm/arm-smmu-v3/
Darm-smmu-v3-sva.c19 bool cleared; member
216 if (smmu_mn->cleared) { in arm_smmu_mm_release()
230 smmu_mn->cleared = true; in arm_smmu_mm_release()
313 if (!smmu_mn->cleared) { in arm_smmu_mmu_notifier_put()
/Linux-v6.1/Documentation/parisc/
Ddebugging.rst39 happens when the Q bit is cleared is the CPU does not update the
44 instruction that cleared the Q bit, if you're not it points anywhere
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dvidioc-g-dv-timings.rst112 the bit is set (1) it is positive polarity and if is cleared (0),
267 will also be cleared. This is a read-only flag, applications must
272 set. This flag is cleared otherwise. It is also only valid for
274 formats the flag will be cleared by the driver.
279 generate such frequencies, then the flag will be cleared.
314 cleared by transmitters.
/Linux-v6.1/Documentation/admin-guide/mm/
Dsoft-dirty.rst24 Internally, to do this tracking, the writable bit is cleared from PTEs
25 when the soft-dirty bit is cleared. So, after this, when the task tries to
Didle_page_tracking.rst71 their idle flag cleared in the interim.
104 section), and cleared automatically whenever a page is referenced as defined
107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
112 cleared as a result of setting or updating a page's Idle flag, the Young flag
/Linux-v6.1/Documentation/devicetree/bindings/watchdog/
Dmicrochip,pic32-wdt.txt4 WDT is not cleared periodically in software.
Dda9062-wdt.txt14 watchdog timeout triggers SHUTDOWN, if cleared the watchdog triggers
/Linux-v6.1/Documentation/scheduler/
Dsched-arch.rst30 be cleared until the running task has called schedule(). Idle
58 an interrupt sleep, it needs to be cleared then a memory
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt40 and cleared on suspend, and restored on resume. This sleep controller
44 which will be ORed into PMCDR upon suspend, and cleared from PMCDR
/Linux-v6.1/tools/testing/selftests/kvm/
Ddirty_log_test.c336 uint32_t count = 0, cleared; in dirty_ring_collect_dirty_pages() local
354 cleared = kvm_vm_reset_dirty_ring(vcpu->vm); in dirty_ring_collect_dirty_pages()
357 TEST_ASSERT(cleared == count, "Reset dirty pages (%u) mismatch " in dirty_ring_collect_dirty_pages()
358 "with collected (%u)", cleared, count); in dirty_ring_collect_dirty_pages()
/Linux-v6.1/mm/
Dmemory-tiers.c506 bool cleared = false; in clear_node_memory_tier() local
535 cleared = true; in clear_node_memory_tier()
537 return cleared; in clear_node_memory_tier()
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dmax77620.txt54 When FPS event cleared (set to LOW), regulators, GPIOs and 32KHz
99 event cleared (set to LOW) whether it
109 event get cleared.
/Linux-v6.1/drivers/net/ethernet/3com/
Dtyphoon.c482 u32 cleared; in typhoon_process_response() local
485 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response()
487 while (cleared != ready) { in typhoon_process_response()
488 resp = (struct resp_desc *)(base + cleared); in typhoon_process_response()
498 if (unlikely(cleared + len > RESPONSE_RING_SIZE)) { in typhoon_process_response()
499 wrap_len = cleared + len - RESPONSE_RING_SIZE; in typhoon_process_response()
500 len = RESPONSE_RING_SIZE - cleared; in typhoon_process_response()
525 typhoon_inc_resp_index(&cleared, count); in typhoon_process_response()
528 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response()
1629 volatile __le32 * cleared, int budget) in typhoon_rx() argument
[all …]
/Linux-v6.1/Documentation/filesystems/
Dautomount-support.rst66 The expiration flag is cleared by calls to mntput. This means that expiration
97 Again, the expiration flag is cleared every time anything other than umount()
/Linux-v6.1/Documentation/powerpc/
Ddawr-power9.rst83 cleared, all DAWR access should be cleared immediately and your

123456789