Home
last modified time | relevance | path

Searched full:cleared (Results 1 – 25 of 2830) sorted by relevance

12345678910>>...114

/openbmc/linux/include/linux/
H A Dwait_bit.h55 * wait_on_bit - wait for a bit to be cleared
66 * Returned value will be zero if the bit was cleared, or non-zero
82 * wait_on_bit_io - wait for a bit to be cleared
88 * to be cleared. This is similar to wait_on_bit(), but calls
91 * Returned value will be zero if the bit was cleared, or non-zero
107 * wait_on_bit_timeout - wait for a bit to be cleared or a timeout elapses
114 * to be cleared. This is similar to wait_on_bit(), except also takes a
117 * Returned value will be zero if the bit was cleared before the
134 * wait_on_bit_action - wait for a bit to be cleared
141 * to be cleared, and allow the waiting action to be specified.
[all …]
H A Dsbitmap.h36 * @cleared: word holding cleared bits
38 unsigned long cleared ____cacheline_aligned_in_smp;
41 * @swap_lock: serializes simultaneous updates of ->word and ->cleared
143 * @completion_cnt: Number of bits cleared passed to the
272 word = sb->map[index].word & ~sb->map[index].cleared; in __sbitmap_for_each_set()
330 * sets the corresponding bit in the ->cleared mask instead. Paired with
336 unsigned long *addr = &sb->map[SB_NR_TO_INDEX(sb, bitnr)].cleared; in sbitmap_deferred_clear_bit()
342 * Pair of sbitmap_get, and this one applies both cleared bit and
387 * sbitmap_weight() - Return how many set and not cleared bits in a &struct
391 * Return: How many set and not cleared bits set
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dltc2992.rst39 inX_min_alarm An undervoltage occurred. Cleared on read.
40 inX_max_alarm An overvoltage occurred. Cleared on read.
47 currX_min_alarm An undercurrent occurred. Cleared on read.
48 currX_max_alarm An overcurrent occurred. Cleared on read.
55 powerX_min_alarm An underpower occurred. Cleared on read.
56 powerX_max_alarm An overpower occurred. Cleared on read.
/openbmc/linux/drivers/memstick/host/
H A Dr592.h55 #define R592_IO_16 (1 << 16) /* Set by default, can be cleared */
56 #define R592_IO_18 (1 << 18) /* Set by default, can be cleared */
57 #define R592_IO_SERIAL1 (1 << 20) /* Set by default, can be cleared, (cleared on parallel) */
58 #define R592_IO_22 (1 << 22) /* Set by default, can be cleared */
60 #define R592_IO_26 (1 << 26) /* Set by default, can be cleared */
61 #define R592_IO_SERIAL2 (1 << 30) /* Set by default, can be cleared (cleared on parallel), serial…
67 #define R592_POWER_0 (1 << 0) /* set on start, cleared on stop - must be set*/
68 #define R592_POWER_1 (1 << 1) /* set on start, cleared on stop - must be set*/
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DPower.events.yaml44 description: A fault detected on a power rail has cleared.
45 message: A fault has cleared on power rail '{PowerRail}'.
54 description: A fault detected on a voltage regulator has cleared.
56 A fault has cleared on voltage regulator '{VoltageRegulator}'.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DLogging.events.yaml4 - name: Cleared
6 description: Indicate the user cleared all logs.
7 message: Event log cleared by user.
/openbmc/sdbusplus/example/yaml/net/poettering/
H A DCalculator.events.yaml17 - name: Cleared
19 description: The calculator is cleared.
20 message: The calculator is cleared.
/openbmc/linux/drivers/md/
H A Dmd-bitmap.h38 * It is cleared (and resync-active set) when a resync starts across all drives
44 * resync_needed will be cleared (as long as resync_active wasn't already set).
45 * It is cleared when a resync completes.
49 * bit can be cleared as well, thus setting the counter to 0.
57 * If the sweep find the counter at 1, the on-disk bit is cleared and the
128 __le64 events_cleared;/*32 event counter when last bit cleared (2) */
146 * array is not degraded. As bits are not cleared when the array is degraded,
147 * this represents the last time that any bits were cleared.
170 * cleared then that page is marked as 'pending'
/openbmc/linux/arch/x86/platform/pvh/
H A Dhead.S31 * - `cr0`: bit 0 (PE) must be set. All the other writeable bits are cleared.
32 * - `cr4`: all bits are cleared.
40 * - `eflags`: bit 17 (VM) must be cleared. Bit 9 (IF) must be cleared.
41 * Bit 8 (TF) must be cleared. Other bits are all unspecified.
/openbmc/bmcweb/redfish-core/include/registries/
H A Dstorage_device_message_registry.hpp216 "A previously detected failure condition on a drive was cleared.",
217 "A failure condition for the drive located in '%1' was cleared.",
252 "A previous drive missing condition was cleared.",
253 "A missing condition for the drive located in '%1' was cleared.",
288 "A drive offline condition was cleared.",
289 "An offline condition for the drive located in '%1' was cleared.",
312 "A previously detected predictive failure condition on a drive was cleared.",
313 "A predictive failure condition for the drive located in '%1' was cleared.",
/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()
461 /* have enough pages been cleared? */ in sdma_rb_evict()
462 if (evict_data->cleared >= evict_data->target) in sdma_rb_evict()
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c609 /* Nodes with all bits cleared may be removed. */ in node_reduce()
835 /* Skip bits that are already cleared */ in bit_clear()
936 * of the newly allocated sparsebit array has all bits cleared.
970 * if different from src will be cleared.
996 /* Find the next cleared bit */ in sparsebit_is_set_num()
1000 * If no cleared bits beyond idx, then there are at least num in sparsebit_is_set_num()
1002 * there are enough set bits between idx and the next cleared bit. in sparsebit_is_set_num()
1014 /* Returns whether num consecutive bits starting at idx are all cleared. */
1023 /* With num > 0, the first bit must be cleared. */ in sparsebit_is_clear_num()
1032 * cleared bits. idx + num doesn't wrap. Otherwise check if in sparsebit_is_clear_num()
[all …]
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S59 * - `cr0`: bit 0 (PE) must be set. All the other writable bits are cleared.
60 * - `cr4`: all bits are cleared.
68 * - `eflags`: bit 17 (VM) must be cleared. Bit 9 (IF) must be cleared.
69 * Bit 8 (TF) must be cleared. Other bits are all unspecified.
/openbmc/linux/fs/hfs/
H A Dbitmap.c116 * Search for 'num_bits' consecutive cleared bits in the bitmap blocks of
123 * u16 *num_bits: Pointer to the number of cleared bits
130 * The number of the first bit of the range of cleared bits which has been
135 * the number of cleared bits to find.
190 * are cleared. The affected bitmap blocks are marked "dirty", the free
/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/arch/ia64/kernel/
H A Defi_stub.S20 * psr.dfl and psr.dfh MUST be cleared, despite what this manual says.
23 * cleared). Fortunately, SAL promises not to touch the floating
65 andcm r16=loc3,r16 // get psr with IT, DT, and RT bits cleared
/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
218 /* This bit is cleared by writing a 1 to it */ in stm32l4x5_exti_write()
219 s->pr[bank] &= ~cleared; in stm32l4x5_exti_write()
220 /* Software triggered interrupts are cleared as well */ in stm32l4x5_exti_write()
221 s->swier[bank] &= ~cleared; in stm32l4x5_exti_write()
H A Dstm32l4x5_syscfg.c154 /* bit 0 (firewall dis.) is cleared by software, set only by reset. */ in stm32l4x5_syscfg_write()
177 /* bit 8 (SRAM2 PEF) is cleared by software by writing a '1'.*/ in stm32l4x5_syscfg_write()
178 /* bits[3:0] (ECC Lock) are set by software, cleared only by reset.*/ in stm32l4x5_syscfg_write()
186 /* These bits are set by software and cleared only by reset.*/ in stm32l4x5_syscfg_write()
199 /* These bits are set by software and cleared only by reset.*/ in stm32l4x5_syscfg_write()
/openbmc/linux/Documentation/admin-guide/mm/
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/u-boot/arch/arm/mach-tegra/
H A Divc.c26 * established state, indicating that has cleared the counters in our
43 * return to the established state once it has cleared its counters.
380 * Ensure that counters appear cleared before new state can be in tegra_ivc_channel_notified()
386 * Move to ACK state. We have just cleared our counters, so it in tegra_ivc_channel_notified()
417 * Ensure that counters appear cleared before new state can be in tegra_ivc_channel_notified()
424 * already cleared its counters, so it is safe to start in tegra_ivc_channel_notified()
445 * cleared our counters, and we know that the remote end has in tegra_ivc_channel_notified()
446 * cleared its counters, so it is safe to start writing/reading in tegra_ivc_channel_notified()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMessageRegistry.v1_6_3.json37 … specified by message keys for other messages in this registry, that are cleared by a message with…
55 …her all logged events containing messages from this message registry are cleared when this message…
56 …her all logged events containing messages from this message registry are cleared when this message…
79 …"description": "An array of message keys for logged events that are cleared when this message is r…
86 …operty shall contain an array of message keys for logged events that are cleared when this message…
99 …"SameOriginOfCondition": "Indicates that a logged event is cleared by a message if the `OriginOfCo…
102 …"SameOriginOfCondition": "This value shall indicate that a logged event is cleared by a message if…
153 … specified by message keys for other messages in this registry, that are cleared by this message w…
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMessageRegistry.v1_6_3.json37 … specified by message keys for other messages in this registry, that are cleared by a message with…
55 …her all logged events containing messages from this message registry are cleared when this message…
56 …her all logged events containing messages from this message registry are cleared when this message…
79 …"description": "An array of message keys for logged events that are cleared when this message is r…
86 …operty shall contain an array of message keys for logged events that are cleared when this message…
99 …"SameOriginOfCondition": "Indicates that a logged event is cleared by a message if the `OriginOfCo…
102 …"SameOriginOfCondition": "This value shall indicate that a logged event is cleared by a message if…
153 … specified by message keys for other messages in this registry, that are cleared by this message w…

12345678910>>...114