Home
last modified time | relevance | path

Searched refs:worst (Results 1 – 25 of 68) sorted by relevance

123

/OK3568_Linux_fs/kernel/net/dccp/
H A Dqpolicy.c48 struct sk_buff *skb, *worst = NULL; in qpolicy_prio_worst_skb() local
51 if (worst == NULL || skb->priority < worst->priority) in qpolicy_prio_worst_skb()
52 worst = skb; in qpolicy_prio_worst_skb()
53 return worst; in qpolicy_prio_worst_skb()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmulsi3.S9 ; 16b * 16b = 372 states (worst case)
10 ; 32b * 32b = 724 states (worst case)
/OK3568_Linux_fs/buildroot/package/dahdi-linux/
H A D0002-fix-build-with-32-bits-kernel.patch36 - "%-15s: counts %3d, %3d, %3d worst %3d, overflows %3d worst_lag %02lld.%lld ms\n",
37 + "%-15s: counts %3d, %3d, %3d worst %3d, overflows %3d worst_lag %02lld.%d ms\n",
118 - NOTICE("Overflow of %-15s: counts %3d, %3d, %3d worst %3d, overflows %3d worst_lag %02lld.%lld …
120 + NOTICE("Overflow of %-15s: counts %3d, %3d, %3d worst %3d, overflows %3d worst_lag %02lld.%d ms…
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S506 # The worst case at the block level is a growth of the compressed data
509 # The worst case internal to a compressed block is very hard to figure.
510 # The worst case can at least be bounded by having one bit that represents
517 # block adding an extra 32767 bytes (the worst case uncompressed block size)
518 # is sufficient, to ensure that in the worst case the decompressed data for
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/stressapptest/
H A Dread_sysfs_for_cachesize.patch28 // Return the worst case (largest) cache line size of the various levels of
65 // Return the worst-case (largest) cache line size of the system.
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c1193 int no_way_out, int *worst) in __mc_scan_banks() argument
1249 if (severity > *worst) { in __mc_scan_banks()
1251 *worst = severity; in __mc_scan_banks()
1350 int worst = 0; in do_machine_check() local
1419 __mc_scan_banks(&m, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check()
1431 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check()
1442 if (worst >= MCE_PANIC_SEVERITY && mca_cfg.tolerant < 3) { in do_machine_check()
1457 if (worst > 0) in do_machine_check()
1460 if (worst != MCE_AR_SEVERITY && !kill_it) in do_machine_check()
/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A DREADME-BENCH7 - Identify worst case performance loss when doing dynamic frequency
84 will always see 50% loads and you get worst performance impact never
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/
H A D0001-support-musl.patch38 # If we don't know, assume the worst.
/OK3568_Linux_fs/kernel/Documentation/x86/x86_64/
H A Dcpu-hotplug-spec.rst21 In the worst case the user can overwrite this choice using a command line
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt29 down in the worst case (lightest expected load).
/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A DREADME239 each function was tested at about 400 points. Ideal worst-case results
307 worst-case results which are better than the worst-case results given
321 the worst accuracy which was found (in bits) and the approximate value
326 instr arg range # tests 63.7 63.8 63.9 worst at arg
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.h167 u8 worst; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dcafe_ccic.rst38 then worst-case-sized buffers will be allocated at module load time.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dzsmalloc.rst23 worst case, page is incompressible and is thus stored "as-is" i.e. in
H A Dksm.rst62 deduplication factor at the expense of slower worst case for rmap
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2-mplane.rst30 codec to support the worst-case compression scenario.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-platform-dptf52 (RO) Shows the rest (outside of SoC) of worst-case platform power.
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dtimers-howto.rst94 worst case, fire an interrupt for your upper bound.
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A DChangeLog44 * I discovered several bugs. First and worst is that the kernel
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.autoboot42 dies or loses its connection (modems can disconnect at the worst
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst26 simulate the worst case scenario with regard to power failures. Consider the
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dself-protection.rst13 In the worst-case scenario, we assume an unprivileged local attacker
16 but with systems in place that defend against the worst case we'll
/OK3568_Linux_fs/yocto/poky/meta/conf/distro/include/
H A Dcve-extra-exclusions.inc97 # Ignore from OE's perspectivee as the issue is of low impact, at worst sitting in an infinite loop…
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory.rst147 the "worst" case.
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/porting/
H A DAdd-xptcall-support-for-SH4-processors.patch189 + /* Make space for parameters to be passed to the method. Assume worst case
191 + will be put into registers. The worst case is all int64 parameters

123