/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | metric.cpp | 142 ProcStatEntry others; in getProcStatMetric() local 143 others.cmdline = "(Others)"; in getProcStatMetric() 144 others.utime = others.stime = 0; in getProcStatMetric() 167 others.utime += entry.utime; in getProcStatMetric() 168 others.stime += entry.stime; in getProcStatMetric() 190 .sidx_cmdline = obj.getStringID(others.cmdline), in getProcStatMetric() 191 .utime = others.utime, in getProcStatMetric() 192 .stime = others.stime, in getProcStatMetric() 272 FdStatEntry others; in getFdStatMetric() local 273 others.cmdline = "(Others)"; in getFdStatMetric() [all …]
|
/openbmc/linux/arch/riscv/mm/ |
H A D | cacheflush.c | 42 cpumask_t others, *mask; in flush_icache_mm() local 58 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm() 59 local |= cpumask_empty(&others); in flush_icache_mm() 72 sbi_remote_fence_i(&others); in flush_icache_mm() 74 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
|
/openbmc/linux/arch/csky/abiv2/ |
H A D | cacheflush.c | 59 cpumask_t others, *mask; in flush_icache_mm_range() local 84 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range() 86 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range() 87 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0011-eglibc-Help-bootstrap-cross-toolchain.patch | 12 is set; otherwise, place gnu/stubs.h on the 'install-others' list. 18 part of 'install-headers', not 'install-others'. 39 -install-others = $(inst_includedir)/gnu/stubs.h 49 +install-others = $(inst_includedir)/gnu/stubs.h 55 @@ -421,6 +430,16 @@ others: $(common-objpfx)testrun.sh $(common-objpfx)debugglibc.sh 74 install-others-nosubdir: $(installed-stubs)
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SMPPL | 13 …or components of the SMP Software, with or without modifications developed by you and/or by others. 15 … Documentation, with or without modifications developed by you and/or by others, at no charge or a… 17 …others, then you must either make available the source code to all portions of the SMP Software (e…
|
H A D | mpich2 | 8 …nted to use, reproduce, prepare derivative works, and to redistribute to others. This software was… 14 …bject to the following license: the Government is granted for itself and others acting on its beha…
|
H A D | Adobe-Glyph | 3 …bute, sublicense, and/or sell copies of the documentation, and to permit others to do the same, pr… 8 … distribute, sublicense, and/or sell the derivative works, and to permit others to do the same, pr…
|
H A D | DRL-1.1 | 7 identification of the authors(s) ("author" field) of the Rule and any others designated to receive … 15 identification of the authors(s) ("author" field) of the Rule and any others designated to receive …
|
H A D | App-s2p | 5 way you wish, provided you do not restrict others from doing the same.
|
H A D | blessing | 4 May you find forgiveness for yourself and forgive others.
|
H A D | mpi-permissive | 4 * works, and to redistribute to others.
|
H A D | TAPR-OHL-1.0 | 77 * If you wish to be notified of modifications that others may make, 82 others, you must include all the materials you received from the 127 by others; 144 from suit granted in Section 2), but the rights of others who have 161 subsequently made by others. 170 subsequently made by others. 216 all elements reasonably required to permit others to make
|
/openbmc/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 23 All errors which is not matched others 79 All errors which is not matched others
|
/openbmc/linux/drivers/regulator/ |
H A D | max8997-regulator.c | 573 int others; in max8997_assess_side_effect() local 581 for (others = 0; others < 3; others++) { in max8997_assess_side_effect() 584 if (others == rid) in max8997_assess_side_effect() 586 if (buckx_gpiodvs[others] == false) in max8997_assess_side_effect() 588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect() 589 (buckx_val[others])[max8997->buck125_gpioindex]; in max8997_assess_side_effect()
|
/openbmc/linux/Documentation/process/ |
H A D | 7.AdvancedTopics.rst | 40 available to others. A git-using developer should be able to obtain a copy 52 When you are ready to start putting up git trees for others to look at, you 64 development in any branch which you intend to ask others to pull from. 87 which has been exported to others should generally be seen as immutable 137 If and when others start to send patches for inclusion into your tree, 157 posted by others. In addition, reviewers are forever in short supply; by 173 by the patch as a whole is a good thing for the kernel or not. Yet others
|
/openbmc/entity-manager/configurations/ |
H A D | VENDORS.md | 26 procured from others and may be sold by others for use in other products
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-params.c | 1255 &new_params->others.dpcc_config); in rkisp1_isp_isr_other_config() 1271 &new_params->others.bls_config); in rkisp1_isp_isr_other_config() 1287 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config() 1302 params->ops->awb_gain_config(params, &new_params->others.awb_gain_config); in rkisp1_isp_isr_other_config() 1318 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config() 1334 &new_params->others.flt_config); in rkisp1_isp_isr_other_config() 1350 &new_params->others.ctk_config); in rkisp1_isp_isr_other_config() 1357 params->ops->goc_config(params, &new_params->others.goc_config); in rkisp1_isp_isr_other_config() 1373 &new_params->others.cproc_config); in rkisp1_isp_isr_other_config() 1388 rkisp1_ie_config(params, &new_params->others.ie_config); in rkisp1_isp_isr_other_config() [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/ |
H A D | 0001-Make-asyncore-support-optional-for-Python-3.patch | 46 - Notifier class for the meaning of the others parameters. 59 + Notifier class for the meaning of the others parameters.
|
/openbmc/openbmc/poky/meta/recipes-support/libmd/ |
H A D | libmd_1.1.0.bb | 5 lacking on others like GNU systems."
|
/openbmc/linux/Documentation/arch/mips/ |
H A D | ingenic-tcu.rst | 37 - On JZ4725B, channel 5 operates as TCU2, the others operate as TCU1. 39 others operate as TCU1.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 18 GP_GETTEXT_HACK([],[Lutz Müller and others],[${MAIL_GPHOTO_TRANSLATION}])
|
/openbmc/openbmc/poky/meta/recipes-bsp/barebox/ |
H A D | barebox.bb | 1 …edded systems. It runs on a variety of architectures including x86, ARM, MIPS, PowerPC and others."
|
/openbmc/linux/arch/x86/realmode/rm/ |
H A D | trampoline_32.S | 33 wbinvd # Needed for NUMA-Q should be harmless for others
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/bcu/ |
H A D | bcu_1.1.100.bb | 6 monitoring power consumption, programming the EEPROM and others"
|
/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | omap-ocp2scp.txt | 5 Should be "ti,omap-ocp2scp" for all others
|