Home
last modified time | relevance | path

Searched full:worst (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/linux/fs/xfs/libxfs/
H A Dxfs_trans_space.h13 /* Worst case number of bmaps that can be held in a block. */
17 /* Worst case number of realtime rmaps that can be held in a block. */
30 /* Worst case number of rmaps that can be held in a block. */
H A Dxfs_trans_resv.c262 * This is because the number in the worst case is quite high and quite
420 * worst case split in allocation btrees per extent assuming nr extents:
441 * worst case split in allocation btrees per extent assuming 2 extents:
513 * worst case split in allocation btrees per extent assuming 4 extents:
522 * worst case split in allocation btrees per extent assuming 2 extents:
638 * In the worst case we can end up relogging all log in xfs_calc_rename_reservation()
1112 * worst case split in allocation btrees per extent assuming 4 extents:
1494 * atomic write of a given number of blocks. Worst case, each block requires
/linux/Documentation/devicetree/bindings/power/
H A Ddomain-idle-state.yaml33 The worst case latency in microseconds required to enter the idle
39 The worst case latency in microseconds required to exit the idle
/linux/arch/x86/boot/
H A Dheader.S403 # Getting to provably safe in-place decompression is hard. Worst case
453 # 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/math-emu/
H A DREADME239 each function was tested at about 400 points. Ideal worst-case results
247 Function Tested x range Worst result Turbo C
281 Function Tested x range Worst result
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
/linux/net/netfilter/
H A Dnft_set_pipapo.h232 * pipapo_estimate_size() - Estimate worst-case for set size
236 * of rules (composing netmasks) the entries expand to. We compute the worst
244 * Return: worst-case set size in bytes, 0 on any overflow
258 /* Worst-case ranges for each concatenated field: each n-bit in pipapo_estimate_size()
/linux/lib/
H A Dsort.c6 * and 1.5*n*log2(n) + O(n) in the (very contrived) worst case.
10 * quicksort's O(n^2) worst case.
251 * average, 3/4 worst-case.) in __sort_r()
298 * Sorting time is O(n log n) both on average and worst-case. While
300 * O(n*n) worst-case behavior and extra memory requirements that make
H A Ddecompress_unzstd.c14 * The worst case for in-place decompression is that the beginning of
16 * uncompressible. Thus, we must look for worst-case expansion when the
38 * the worst case for this would be tricky. Instead of trying to do that,
H A Ddecompress_unxz.c20 * The worst case for in-place decompression is that the beginning of
22 * incompressible. Thus, we must look for worst-case expansion when the
68 * the worst case for this would be tricky. Instead of trying to do that,
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_priv.h106 * 3 descriptors is probably the worst-case for # of 2d-slices in a 1d area,
107 * but I guess you don't hit that worst case at the same time as full area
/linux/drivers/nfc/st21nfca/
H A Dst21nfca.h21 /* Size in worst case :
32 /* Worst case when adding byte stuffing between each byte */
/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/arch/arm64/include/asm/
H A Dkvm_pkvm.h88 /* Provision the worst case scenario */ in __hyp_pgtable_max_pages()
127 * Include an extra 16 pages to safely upper-bound the worst case of in host_s2_pgtable_pages()
/linux/include/net/
H A D6lowpan.h72 * Useful for getting the "extra" bytes we need at worst case compression.
77 /* Maximum worst case IPHC header buffer size */
318 * which is the IPHC "more bytes than IPv6 header" at worst case.
H A Dtso.h20 /* Calculate the worst case buffer count */
/linux/include/linux/can/
H A Dlength.h157 * The worst bit stuffing case is a sequence in which dominant and
172 * Return: length of the stuffed bit stream in the worst case scenario.
212 * @bitstuffing: true: calculate the bitstuffing worst case; false:
/linux/drivers/gpu/drm/amd/display/dc/hpo/dcn31/
H A Ddcn31_hpo_dp_link_encoder.c374 /* Best case and worst case wait time for SAT_UPDATE_PENDING in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
376 * worst: 868 us in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
429 /* Best case and worst case wait time for RATE_UPDATE_PENDING in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
431 * worst: 903 ns in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c232 /* The worst case for FILO-list */ in server_fn()
237 test_print_stats("Delete: worst case", in server_fn()
345 test_print_stats("Connect: worst case", in client_fn()
/linux/arch/arm/mach-shmobile/
H A Dtimer.c31 * Calculate a worst-case loops-per-jiffy value in shmobile_init_delay()
/linux/drivers/media/pci/cx25821/
H A Dcx25821-audio.h20 * Max size of the RISC program for a buffer. - worst case is 2 writes per line
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-cfg.h37 * - at worst 21
/linux/block/
H A Dblk-cgroup-fc-appid.c32 * Worst case an I/O may not find the right id. in blkcg_set_fc_appid()
/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/Documentation/usb/
H A Ddwc3.rst23 usb_ep_disable(). Worst case are 32 interrupts, the lower limit is two
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_among.h27 * number comparisons in worst case. Further, we take advantage of

12345678910>>...25