Home
last modified time | relevance | path

Searched refs:overall (Results 1 – 25 of 235) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_pbha.c108 bool overall; member
118 struct settings_status valid = { .overall = (id < SYSC_ALLOC_COUNT * sizeof(u32)) }; in settings_valid()
120 if (valid.overall) { in settings_valid()
123 valid.overall = valid.read || valid.write; in settings_valid()
143 if (valid.overall) { in kbase_pbha_record_settings()
198 return valid.overall ? 0 : -EINVAL; in kbase_pbha_record_settings()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dprofile-count.h1177 profile_probability probability_in (const profile_count overall) const in probability_in()
1180 && !(overall == zero ())) in probability_in()
1182 if (!initialized_p () || !overall.initialized_p () in probability_in()
1183 || !overall.m_val) in probability_in()
1185 if (*this == overall && m_quality == PRECISE) in probability_in()
1188 gcc_checking_assert (compatible_p (overall)); in probability_in()
1190 if (overall.m_val < m_val) in probability_in()
1198 overall.m_val); in probability_in()
1199 ret.m_quality = MIN (MAX (MIN (m_quality, overall.m_quality), in probability_in()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dprofile-count.h1177 profile_probability probability_in (const profile_count overall) const in probability_in()
1180 && !(overall == zero ())) in probability_in()
1182 if (!initialized_p () || !overall.initialized_p () in probability_in()
1183 || !overall.m_val) in probability_in()
1185 if (*this == overall && m_quality == PRECISE) in probability_in()
1188 gcc_checking_assert (compatible_p (overall)); in probability_in()
1190 if (overall.m_val < m_val) in probability_in()
1198 overall.m_val); in probability_in()
1199 ret.m_quality = MIN (MAX (MIN (m_quality, overall.m_quality), in probability_in()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dindex.rst5 added to the kernel over time. There is, as yet, little overall order or
9 This initial section contains overall information, including the README
H A Dcpu-load.rst19 kernel, and was overall 81.63% of the time idle.
/OK3568_Linux_fs/buildroot/package/lua-std-debug/
H A DConfig.in4 Manage an overall debug state, and associated hint
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-quick-guide.txt60 directory. Create an overall +<manufacturer>.mk+ file that
61 includes the +.mk+ files of all your packages. Create an overall
H A Dcommon-usage.txt310 how much each Buildroot package is contributing to the overall root
325 each package to the overall root filesystem size
328 contribution of each package to the overall root filesystem size
332 to the overall filesystem size.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/cim-schema/
H A Dcim-schema.inc2 DESCRIPTION = "Common Information Model (CIM) is a model for describing overall\
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tpd-enable-tests.patch8 of the overall build
/OK3568_Linux_fs/kernel/Documentation/driver-api/pldmfw/
H A Dfile-format.rst14 overall file layout
55 component bitmap, and an overall package version.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/nds32/
H A Datl2c.txt5 Level-2 cache controller in general enhances overall system performance
/OK3568_Linux_fs/yocto/poky/documentation/profile-manual/
H A Darch.rst10 It may seem surprising to see a section covering an 'overall
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dindex.rst51 These are some overall technical guides that have been put here for now for
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/
H A DREADME.pybootchart11 overall resource utilization.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dmax8907.txt22 controls the overall system power.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0006-BACKPORT-arm64-Introduce-prctl-options-to-control-th.patch16 option allows the overall disabling of the relaxed ABI.
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0018-Disable-Wmaybe-uninitialized-for-total_deadline-in-s.patch55 struct deadline total_deadline; /* Determined once by overall timeout. */
/OK3568_Linux_fs/kernel/fs/squashfs/
H A DKconfig82 using this option may improve overall I/O performance.
196 Using a 4K device block size may also improve overall I/O
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcsan.rst165 Core parameters that affect KCSAN's overall performance and bug detection
173 overall system performance and race detection ability.
274 1. **Memory Overhead:** The overall memory overhead is only a few MiB
/OK3568_Linux_fs/kernel/Documentation/security/keys/
H A Decryptfs.rst29 commands 'keyctl print' or 'keyctl pipe' does not contain the overall
/OK3568_Linux_fs/kernel/net/atm/
H A DKconfig57 enhancing overall network performance.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-chromeos-driver-cros-ec-lightbar5 Writing to this file adjusts the overall brightness of
/OK3568_Linux_fs/kernel/Documentation/fpga/
H A Ddfl.rst414 overall data or a specific port.
420 overall monitoring (portid=0xff).
449 Please note for fabric counters, overall perf events (fab_*) and port perf
452 overall data, then per port perf data is not supported. See below example::
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-c2c.txt280 - overall statistics of memory accesses
283 - overall statistics on shared cachelines

12345678910