/openbmc/linux/Documentation/devicetree/ |
H A D | changesets.rst | 9 will be applied, or none of them will be. If an error occurs partway 12 applied. 14 When a changeset is applied, all of the changes get applied to the tree 31 entire changeset will get applied, or if there is an error the tree will 36 If a successfully applied changeset needs to be removed, it can be done
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | apply_local_src_patches.bbclass | 2 # the fetched source code which need to be applied. 6 # LOCAL_SRC_PATCHES_DEST_DIR is the directory where the patches will be applied 39 if ! quilt applied $patch_basename >/dev/null ; then 45 bbdebug 1 "$patch_basename already applied."
|
/openbmc/linux/mm/damon/ |
H A D | paddr.c | 230 unsigned long addr, applied; in damon_pa_pageout() local 253 applied = reclaim_pages(&folio_list); in damon_pa_pageout() 255 return applied * PAGE_SIZE; in damon_pa_pageout() 261 unsigned long addr, applied = 0; in damon_pa_mark_accessed_or_deactivate() local 276 applied += folio_nr_pages(folio); in damon_pa_mark_accessed_or_deactivate() 280 return applied * PAGE_SIZE; in damon_pa_mark_accessed_or_deactivate()
|
/openbmc/linux/net/tipc/ |
H A D | monitor.c | 80 u8 applied; member 217 int applied_aft = peer->applied; in mon_identify_lost_members() 257 peer->applied = 0; in mon_apply_domain() 263 peer->applied++; in mon_apply_domain() 282 self->applied = member_cnt; in mon_update_local_domain() 334 if (i++ < head->applied) { in mon_assign_roles() 382 peer->applied = 0; in tipc_mon_remove_peer() 447 int applied; in tipc_mon_peer_down() local 459 applied = peer->applied; in tipc_mon_peer_down() 460 peer->applied = 0; in tipc_mon_peer_down() [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-dac-ad5766 | 11 Inverts the dither applied to the selected DAC channel. Dither is not 24 Scales the dither before it is applied to the selected channel. 30 Selects dither source applied to the selected channel. Write "0" to
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | alternative.c | 27 int index = 0, applied = 0; in apply_alternatives() local 96 applied++; in apply_alternatives() 101 applied, index); in apply_alternatives()
|
/openbmc/linux/drivers/platform/x86/amd/pmf/ |
H A D | auto-mode.c | 173 !config_store.transition[i].applied) { in amd_pmf_trans_automode() 174 config_store.transition[i].applied = true; in amd_pmf_trans_automode() 178 config_store.transition[i].applied) { in amd_pmf_trans_automode() 179 config_store.transition[i].applied = false; in amd_pmf_trans_automode() 204 config_store.transition[0].applied, in amd_pmf_trans_automode() 205 config_store.transition[1].applied, in amd_pmf_trans_automode() 206 config_store.transition[2].applied, in amd_pmf_trans_automode() 207 config_store.transition[3].applied); in amd_pmf_trans_automode() 213 if (config_store.transition[j].applied) { in amd_pmf_trans_automode()
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fd-fuzz.cpp | 59 bool applied; member 194 fuzz_ctx->applied = false; in cb_update_component() 227 assert(!fuzz_ctx->applied); in cb_firmware_data() 256 assert(!fuzz_ctx->applied); in cb_verify() 289 assert(!fuzz_ctx->applied); in cb_apply() 307 fuzz_ctx->applied = true; in cb_apply()
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | configuration.md | 5 Configuration changes that should be applied to a device or regulator rail. 12 The configuration changes are applied during the boot before regulators are 15 The configuration changes are applied by executing one or more actions. The
|
H A D | rail.md | 19 …es that should be applied to this rail. These changes usually override hardware default settings. …
|
H A D | device.md | 23 …s that should be applied to this device. These changes usually override hardware default settings.…
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | srso.rst | 51 The processor is vulnerable and no mitigations have been applied. 56 functionality to address the vulnerability has been applied. 60 The "Safe RET" mitigation (see below) has been applied to protect the 61 kernel, but the IBPB-extending microcode has not been applied. User 66 Extended IBPB functionality microcode patch has been applied. It does 138 an indrect branch prediction barrier after having applied the required
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | find_existing_config.patch | 32 NOTE: The last config file applied, 37 -$ERRSPACES applied, or that the source config file was moved. If you do have pending 38 +$ERRSPACES applied, or that the source config file was moved. If you do have pending
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | cstptr.cocci | 2 /// PTR_ERR should be applied before its argument is reassigned, typically 41 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
/openbmc/linux/kernel/cgroup/ |
H A D | freezer.c | 264 bool applied = false; in cgroup_freeze() local 307 applied = true; in cgroup_freeze() 318 if (!applied) { in cgroup_freeze()
|
/openbmc/linux/Documentation/riscv/ |
H A D | patch-acceptance.rst | 27 likely either requested changes, or expect it to be applied to another tree. 33 The exact commit to which a series has been applied will be noted on patchwork. 34 Patches for which any of the checks fail are unlikely to be applied and in most
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 16 one of the many trees/branches should be applied to. Hopefully this document 57 To revert a previously applied patch, use the -R argument to patch. 58 So, if you applied a patch like this:: 134 it'll tell you about it by saying the patch applied with **fuzz**. 141 read this file to see exactly what change couldn't be applied, so you can 144 If you don't have any third-party patches applied to your kernel source, but 158 applied with ``-p0`` instead of ``-p1`` (reading the patch file should reveal if 174 patch could not be applied correctly and the patch program was unable to 179 If you get ``Reversed (or previously applied) patch detected! Assume -R? [n]`` 183 If you actually did apply this patch previously and you just re-applied it [all …]
|
/openbmc/linux/Documentation/ABI/removed/ |
H A D | sysfs-selinux-checkreqprot | 12 calls instead of the actual protection applied by the kernel. 23 check the actual protections being applied upon mmap/mprotect calls.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-fm-rx.rst | 44 being broadcasted. RDS Radio Text can be applied when broadcaster 72 is applied to the broadcast to accentuate the high audio 84 - No de-emphasis is applied.
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 8 # TODO: Remove it when 69903 applied 16 # TODO: Remove it when 69903 applied 23 # TODO: Remove it when 69903 applied
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-api.rst | 13 Another is support of stateless codecs, which require controls to be applied 30 applied when needed to get the expected result. Configuration values at the time 56 fact that the ioctl is part of said request, and is not to be applied 59 instead of being immediately applied, and buffers queued to a request do not 76 may synchronize so the requested pipeline's topology is applied before the 89 Controls can still be set without a request and are applied immediately, 134 be applied by the driver for the OUTPUT buffer, allowing user-space
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | qcom_hidma_mgmt.txt | 32 applied back to back while writing to the destination before yielding 35 applied back to back while reading the source before yielding the bus. 37 Once a reset is applied to the HW, HW starts a timer for reset operation
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/id3lib/ |
H A D | id3lib_3.8.3.bb | 24 # up all previously applied patches in the start 29 # been applied, otherwise quilt will climb the directory tree
|
/openbmc/linux/drivers/of/unittest-data/ |
H A D | overlay_bad_phandle.dtso | 7 // is applied. There is already a phandle value
|
/openbmc/linux/Documentation/translations/ |
H A D | index.rst | 45 applied to the English documents first. Afterwards and when possible, the 46 same change should be applied to translations. Translations' maintainers
|