/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | method.md | 18 Uses timers for determining when a fan's sensor should be marked nonfunctional 25 to be calculated out of range of a current target before being marked 29 current target before being marked functional. 50 An up/down counter for determining when a fan's sensor should be marked 54 `threshold`, the fan is marked nonfunctional. However, at any point the sensor's 56 fan's sensor(s) do not have to continuously be in a faulted state to be marked 64 range before being marked nonfunctional.
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 302 left, marked, right = (format_updatable(i, pbar) for i in 308 marked *= int(pbar.currval / pbar.maxval * width) 310 marked = '' 313 return '%s%s%s' % (left, marked.ljust(width, self.fill), right) 315 return '%s%s%s' % (left, marked.rjust(width, self.fill), right)
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-aspeed-uart-routing | 8 selected option marked by brackets "[]". The list of available options 25 will be marked by brackets "[]".
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 151 - [ ] My new public `struct` definitions are _not_ marked 177 - [ ] My new function symbols are marked with `LIBPLDM_ABI_TESTING` in the 180 - [ ] I've guarded the test cases of functions marked `LIBPLDM_ABI_TESTING` so 239 - [ ] The API of interest is currently marked `LIBPLDM_ABI_TESTING` 286 - [ ] If the function is marked `LIBPLDM_ABI_TESTING`, then I have removed it 288 - [ ] If the function is marked `LIBPLDM_ABI_STABLE`, then I have changed the 294 - [ ] If the function is marked `LIBPLDM_ABI_DEPRECATED`, then I have removed it 299 the API being marked deprecated
|
/openbmc/linux/lib/ |
H A D | Kconfig.kcsan | 224 writes up to word size: conflicts between marked reads and plain 230 bool "Do not instrument marked atomic accesses" 233 Never instrument marked atomic accesses. This option can be used for 234 additional filtering. Conflicting marked atomic reads and plain 236 plain reads and marked writes to result in "unknown origin" reports. 238 races where at least one access is marked atomic will never be 242 accesses, conflicting marked atomic reads and plain writes will not
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-setup-link.rst | 41 enable/disable a link. Links marked with the ``IMMUTABLE`` link flag can 48 Only links marked with the ``DYNAMIC`` link flag can be enabled/disabled
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcsan.rst | 206 KCSAN is aware of *marked atomic operations* (``READ_ONCE``, ``WRITE_ONCE``, 264 To detect data races between plain and marked accesses, KCSAN also annotates 265 marked accesses, but only to check if a watchpoint exists; i.e. KCSAN never 266 sets up a watchpoint on marked accesses. By never setting up watchpoints for 267 marked operations, if all accesses to a variable that is accessed concurrently 268 are properly marked, KCSAN will never trigger a watchpoint and therefore never 314 means reordering of marked accesses is not modeled. 317 instrumentation (no prefetching). Furthermore, marked accesses introducing 318 address or control dependencies do not require special handling (the marked
|
/openbmc/linux/Documentation/filesystems/ |
H A D | automount-support.rst | 89 mountpoint will not be marked for expiration or unmounted. 91 If the mountpoint was not already marked for expiry at that time, an EAGAIN 94 Otherwise if it was already marked and it wasn't referenced, unmounting will
|
H A D | ntfs3.rst | 38 this table marked with no it means default is without **no**. 70 will be marked as system immutable files. 92 - Forces the driver to mount partitions even if volume is marked dirty.
|
/openbmc/linux/security/yama/ |
H A D | yama_lsm.c | 183 bool marked = false; in yama_ptracer_del() local 192 marked = true; in yama_ptracer_del() 197 if (marked) in yama_ptracer_del()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Jam | 3 clearly marked.
|
H A D | AdaCore-doc | 1 …ns, as is or with alterations, provided that (1) alterations are clearly marked as alterations and…
|
H A D | LPD-document | 8 changes or deletions from the original are clearly marked.
|
H A D | McPhee-slideshow | 6 marked.
|
H A D | SSH-short | 3 software must be clearly marked as such, and if the derived work is
|
H A D | Newsletr | 7 2. Altered versions must be plainly marked as such, and must not be misrepresented as being the or…
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | idle_page_tracking.rst | 30 A page is considered idle if it has not been accessed since it was marked idle 83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The 96 exceeding the dirty memory limit, it is not marked referenced. 104 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | abi-obsolete.rst | 5 marked to be removed at some later point in time.
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | README.rst | 40 This variable **must** be marked as *Masked*, because anyone with knowledge 43 Neither of these variables should be marked as *Protected*, because in
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | TODO | 3 * Some missing data (marked with ###) needs to be added in the documentation
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.lsch3_2 | 23 All DDR memory is marked as cache-enabled.
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | flag_fix.patch | 5 This was causing libc.so on the target marked as ELF lib rather than
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | access-marking.txt | 67 2. Data-racy reads whose values are checked against marked reload. 104 fed into some operation that checks the full value against a later marked 211 It is important to comment marked accesses so that people reading your 222 if that concurrent access is marked with READ_ONCE(). In addition, 226 write is marked with data_race() or WRITE_ONCE(). 297 this function can be marked __no_kcsan and the data_race() can be dropped: 343 Because foo is read locklessly, all accesses are marked. The purpose 464 Because foo is accessed locklessly, all accesses are marked. It does 513 flag buggy concurrent writes, even if: (1) Those writes are marked or
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-pca-platform.txt | 16 is active low, it should be marked GPIO_ACTIVE_LOW.
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | mmcra_thresh_marked_sample_test.c | 64 FAIL_IF(EV_CODE_EXTRACT(event.attr.config, marked) != in mmcra_thresh_marked_sample()
|