| /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
|
| /linux/mm/damon/ |
| H A D | paddr.c | 155 phys_addr_t addr, applied; in damon_pa_pageout() local 203 applied = reclaim_pages(&folio_list); in damon_pa_pageout() 206 return damon_pa_core_addr(applied * PAGE_SIZE, addr_unit); in damon_pa_pageout() 214 phys_addr_t addr, applied = 0; in damon_pa_mark_accessed_or_deactivate() local 234 applied += folio_nr_pages(folio); in damon_pa_mark_accessed_or_deactivate() 240 return damon_pa_core_addr(applied * PAGE_SIZE, addr_unit); in damon_pa_mark_accessed_or_deactivate() 263 phys_addr_t addr, applied; in damon_pa_migrate() local 287 applied = damon_migrate_pages(&folio_list, s->target_nid); in damon_pa_migrate() 290 return damon_pa_core_addr(applied * PAGE_SIZE, addr_unit); in damon_pa_migrate()
|
| H A D | vaddr.c | 790 unsigned long applied; in damos_madvise() local 796 applied = do_madvise(mm, start, len, behavior) ? 0 : len; in damos_madvise() 799 return applied; in damos_madvise() 813 unsigned long applied = 0; in damos_va_migrate() local 844 applied += damon_migrate_pages(&priv.migration_lists[i], nid); in damos_va_migrate() 850 return applied * PAGE_SIZE; in damos_va_migrate()
|
| /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 …]
|
| /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
|
| H A D | sysfs-kernel-livepatch | 25 code is currently applied. Writing 0 will disable the patch 63 are applied to the system. If multiple live patches modify the same
|
| H A D | sysfs-bus-iio-thermocouple | 6 is protected from excessive voltages applied to the thermocouple
|
| /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()
|
| /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()
|
| /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)
|
| /linux/kernel/cgroup/ |
| H A D | freezer.c | 268 bool applied = false; in cgroup_freeze() local 310 applied = true; in cgroup_freeze() 321 if (!applied) { in cgroup_freeze()
|
| /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 …]
|
| /linux/Documentation/arch/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
|
| /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.
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-fm-rx.rst | 45 being broadcasted. RDS Radio Text can be applied when broadcaster 70 is applied to the broadcast to accentuate the high audio 80 - No de-emphasis is applied.
|
| /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
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | vmscape.rst | 44 from a malicious guest. This is because Spectre-v2 mitigations are applied at 48 Vulnerability enumeration and mitigation is not applied inside a guest. This is 81 The processor is vulnerable and no mitigation has been applied.
|
| /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
|
| /linux/drivers/of/unittest-data/ |
| H A D | overlay_bad_phandle.dtso | 7 // is applied. There is already a phandle value
|
| H A D | overlay_bad_symbol.dtso | 7 // is applied. There is already a symbol hvac_1
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-get-line-ioctl.rst | 87 be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce 109 The approach applied depends on whether the feature can reasonably be emulated 112 The approach applied for each feature is as follows:
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | sh_mobile_ceu_camera.rst | 62 (5) to (5') - reverse sensor scale applied to CEU cropped width or height 63 (2) to (5) - reverse sensor scale applied to CEU cropped left or top
|
| /linux/Documentation/mm/damon/ |
| H A D | design.rst | 379 is recommended. Note that Parreto principle (80/20 rule) has applied twice. 477 actions are applied to those. 517 the action can be applied within a user-specified time duration. 530 cannot be applied to all regions of interest due to the quotas, DAMOS 670 the scheme's action will be applied to the page regardless of whether it is 672 not anonymous but young, the scheme's action will not be applied, since the 675 matching filter, and the action will be applied to the page. 714 - ``nr_tried``: Total number of regions that the scheme is tried to be applied. 715 - ``sz_tried``: Total size of regions that the scheme is tried to be applied. 718 - ``nr_applied``: Total number of regions that the scheme is applied. [all …]
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx93-phyboard-nash-jtag.dtso | 13 * NOTE: Bind pinctrl_jtag to gpio2 so that the pinctrl settings are applied.
|
| /linux/drivers/staging/iio/Documentation/ |
| H A D | sysfs-bus-iio-dds | 17 Scale to be applied to out_altvoltageX_frequencyY in order to 47 Scale to be applied to out_altvoltageX_phaseY in order to obtain
|