Home
last modified time | relevance | path

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

12

/linux/net/dccp/
H A Dqpolicy.c
/linux/arch/x86/boot/
H A Dheader.S453 # The worst case at the block level is a growth of the compressed data
456 # The worst case internal to a compressed block is very hard to figure.
457 # The worst case can at least be bounded by having one bit that represents
464 # block adding an extra 32767 bytes (the worst case uncompressed block size)
465 # is sufficient, to ensure that in the worst case the decompressed data for
/linux/arch/x86/kernel/cpu/mce/
H A Dcore.c1333 unsigned long *valid_banks, int no_way_out, int *worst)
1396 if (severity > *worst) { in __mc_scan_banks()
1398 *worst = severity; in __mc_scan_banks()
1530 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0;
1587 * Assume the worst for now, but if we find the in do_machine_check()
1614 taint = __mc_scan_banks(&err, regs, final, toclear, valid_banks, no_way_out, &worst); in do_machine_check()
1626 no_way_out = worst >= MCE_PANIC_SEVERITY; in do_machine_check()
1640 if (worst >= MCE_PANIC_SEVERITY) { in do_machine_check()
1656 if (worst != MCE_AR_SEVERITY && !kill_current_task) in do_machine_check()
1336 __mc_scan_banks(struct mce_hw_err * err,struct pt_regs * regs,struct mce_hw_err * final,unsigned long * toclear,unsigned long * valid_banks,int no_way_out,int * worst) __mc_scan_banks() argument
1533 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; do_machine_check() local
/linux/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
/linux/Documentation/arch/x86/x86_64/
H A Dcpu-hotplug-spec.rst21 In the worst case the user can overwrite this choice using a command line
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_maxfrags.pkt19 // This test generates a worst case packet with each frag storing
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h165 u8 worst; member
/linux/arch/x86/math-emu/
H A DREADME
/linux/Documentation/hwmon/
H A Dstpddc60.rst41 writing to those limits since in the worst case the commanded output voltage
/linux/Documentation/admin-guide/media/
H A Dcafe_ccic.rst38 then worst-case-sized buffers will be allocated at module load time.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-v4l2-mplane.rst31 codec to support the worst-case compression scenario.
H A Dpixfmt-v4l2.rst96 number of bytes required by the codec to support the worst-case
/linux/Documentation/mm/
H A Dksm.rst60 deduplication factor at the expense of slower worst case for rmap
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dptf52 (RO) Shows the rest (outside of SoC) of worst-case platform power.
/linux/arch/arm/nwfpe/
H A DChangeLog44 * I discovered several bugs. First and worst is that the kernel
/linux/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst26 simulate the worst case scenario with regard to power failures. Consider the
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-jaguar-pre-ict-tester.dtso106 * the worst case scenario and the pass scenario expect
/linux/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
/linux/Documentation/process/
H A D6.Followthrough.rst135 is that conflicts with work being done by others turn up. In the worst
164 The worst sort of bug reports are regressions. If your patch causes a
/linux/Documentation/locking/
H A Dpi-futex.rst25 determinism and well-bound latencies. Even in the worst-case, PI will
/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst80 system memory. The pathological worst-case workload that NFSD DIRECT has
/linux/Documentation/driver-api/usb/
H A Dpersist.rst24 device plugged into the port. The system must assume the worst.
/linux/drivers/scsi/esas2r/
H A Datvda.h511 u8 worst; member
/linux/Documentation/core-api/
H A Dmaple_tree.rst202 allocate the worst-case number of needed nodes to insert the provided number of
/linux/tools/power/pm-graph/
H A Dsleepgraph.py4519 'worst': length, 'total': length, 'count': 1,
4522 if length > mdevlist[name]['worst']:
4523 mdevlist[name]['worst'] = length
4543 th.format('Worst Time') + th.format('Host (worst time)') +\
4544 th.format('Link (worst time)') + '</tr>\n'
4545 for name in sorted(devlist, key=lambda k:(devlist[k]['worst'], \
4557 html += td.format('%.3f ms' % data['worst']) # worst
6434 # create worst device info
6435 worst
[all...]

12