Home
last modified time | relevance | path

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

12345678910>>...12

/openbmc/linux/drivers/nvdimm/
H A Dpmem.c102 long cleared = nvdimm_clear_poison(to_dev(pmem), phys, len); in __pmem_clear_poison() local
104 if (cleared > 0) { in __pmem_clear_poison()
105 pmem_mkpage_present(pmem, offset, cleared); in __pmem_clear_poison()
108 return cleared; in __pmem_clear_poison()
114 long cleared = __pmem_clear_poison(pmem, offset, len); in pmem_clear_poison() local
116 if (cleared < 0) in pmem_clear_poison()
119 pmem_clear_bb(pmem, to_sect(pmem, offset), cleared >> SECTOR_SHIFT); in pmem_clear_poison()
120 if (cleared < len) in pmem_clear_poison()
333 long cleared; in pmem_recovery_write() local
351 cleared = __pmem_clear_poison(pmem, pmem_off, len); in pmem_recovery_write()
[all …]
H A 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()
H A 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 …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpin_system.c59 evict_data.cleared = 0; in sdma_cache_evict()
62 return evict_data.cleared; in sdma_cache_evict()
119 int pinned, cleared; in pin_system_pages() local
131 cleared = sdma_cache_evict(pq, npages); in pin_system_pages()
132 if (cleared >= npages) in pin_system_pages()
459 evict_data->cleared += node->npages; in sdma_rb_evict()
462 if (evict_data->cleared >= evict_data->target) in sdma_rb_evict()
/openbmc/linux/Documentation/ABI/testing/
H A 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
H A Dsysfs-mce81 All corrected events are not cleared and kept in bank MSRs.
88 All reported corrected errors will be cleared silently.
H A Dsysfs-bus-acpi76 Bit [3] Set if the device is functioning properly (cleared
79 Bits [31:5] Reserved (must be cleared)
/openbmc/linux/drivers/char/
H A Dmem.c509 size_t cleared = 0; in read_zero() local
515 left = clear_user(buf + cleared, chunk); in read_zero()
517 cleared += (chunk - left); in read_zero()
518 if (!cleared) in read_zero()
522 cleared += chunk; in read_zero()
530 return cleared; in read_zero()
/openbmc/linux/lib/
H A Dsbitmap.c70 if (!map->cleared) { in sbitmap_deferred_clear()
91 mask = xchg(&map->cleared, 0); in sbitmap_deferred_clear()
312 if (sb->map[i].word & ~sb->map[i].cleared) in sbitmap_any_bit_set()
330 weight += bitmap_weight(&word->cleared, word_depth); in __sbitmap_weight()
377 unsigned long cleared = READ_ONCE(sb->map[i].cleared); in sbitmap_bitmap_show() local
380 word &= ~cleared; in sbitmap_bitmap_show()
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_exti.c217 const uint32_t cleared = s->pr[bank] & val64 & configurable_mask(bank); in stm32l4x5_exti_write() local
219 s->pr[bank] &= ~cleared; in stm32l4x5_exti_write()
221 s->swier[bank] &= ~cleared; in stm32l4x5_exti_write()
/openbmc/linux/include/linux/
H A Dsbitmap.h38 unsigned long cleared ____cacheline_aligned_in_smp;
272 word = sb->map[index].word & ~sb->map[index].cleared; in __sbitmap_for_each_set()
336 unsigned long *addr = &sb->map[SB_NR_TO_INDEX(sb, bitnr)].cleared; in sbitmap_deferred_clear_bit()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-psci.c127 bool cleared = false; in psci_idle_syscore_switch() local
144 if (!cleared) { in psci_idle_syscore_switch()
146 cleared = true; in psci_idle_syscore_switch()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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.
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-sva.c19 bool cleared; member
241 if (smmu_mn->cleared) { in arm_smmu_mm_release()
255 smmu_mn->cleared = true; in arm_smmu_mm_release()
338 if (!smmu_mn->cleared) { in arm_smmu_mmu_notifier_put()
/openbmc/linux/Documentation/arch/parisc/
H A 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
/openbmc/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst22 Internally, to do this tracking, the writable bit is cleared from PTEs
23 when the soft-dirty bit is cleared. So, after this, when the task tries to
H A Didle_page_tracking.rst69 their idle flag cleared in the interim.
101 section), and cleared automatically whenever a page is referenced as defined
104 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
109 cleared as a result of setting or updating a page's Idle flag, the Young flag
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dmicrochip,pic32-wdt.txt4 WDT is not cleared periodically in software.
/openbmc/linux/Documentation/scheduler/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A 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
/openbmc/sdbusplus/example/
H A Dcalculator-server.cpp46 cleared(v); in clear()
/openbmc/qemu/block/
H A Dqcow2-cluster.c2002 int64_t cleared; in qcow2_cluster_discard() local
2016 cleared = discard_in_l2_slice(bs, offset, nb_clusters, type, in qcow2_cluster_discard()
2018 if (cleared < 0) { in qcow2_cluster_discard()
2019 ret = cleared; in qcow2_cluster_discard()
2023 nb_clusters -= cleared; in qcow2_cluster_discard()
2024 offset += (cleared * s->cluster_size); in qcow2_cluster_discard()
2164 int64_t cleared; in qcow2_subcluster_zeroize() local
2215 cleared = zero_in_l2_slice(bs, offset, nb_clusters, flags); in qcow2_subcluster_zeroize()
2216 if (cleared < 0) { in qcow2_subcluster_zeroize()
2217 ret = cleared; in qcow2_subcluster_zeroize()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddirty_log_test.c358 uint32_t count = 0, cleared; in dirty_ring_collect_dirty_pages() local
377 cleared = kvm_vm_reset_dirty_ring(vcpu->vm); in dirty_ring_collect_dirty_pages()
383 TEST_ASSERT(cleared == count, "Reset dirty pages (%u) mismatch " in dirty_ring_collect_dirty_pages()
384 "with collected (%u)", cleared, count); in dirty_ring_collect_dirty_pages()
/openbmc/linux/mm/
H A Dmemory-tiers.c505 bool cleared = false; in clear_node_memory_tier() local
534 cleared = true; in clear_node_memory_tier()
536 return cleared; in clear_node_memory_tier()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A 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.

12345678910>>...12