Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v6.1/net/dccp/
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()
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_pkvm.h21 /* Provision the worst case scenario */ in __hyp_pgtable_max_pages()
60 * Include an extra 16 pages to safely upper-bound the worst case of in host_s2_pgtable_pages()
/Linux-v6.1/lib/
Dsort.c6 * and 1.5*n*log2(n) + O(n) in the (very contrived) worst case.
10 * quicksort's O(n^2) worst case.
205 * Sorting time is O(n log n) both on average and worst-case. While
207 * O(n*n) worst-case behavior and extra memory requirements that make
262 * average, 3/4 worst-case.) in sort_r()
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,
Ddecompress_unxz.c21 * The worst case for in-place decompression is that the beginning of
23 * incompressible. Thus, we must look for worst-case expansion when the
69 * the worst case for this would be tricky. Instead of trying to do that,
/Linux-v6.1/Documentation/devicetree/bindings/power/
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-v6.1/net/netfilter/
Dnft_set_pipapo.h231 * pipapo_estimate_size() - Estimate worst-case for set size
235 * of rules (composing netmasks) the entries expand to. We compute the worst
243 * Return: worst-case set size in bytes, 0 on any overflow
257 /* Worst-case ranges for each concatenated field: each n-bit in pipapo_estimate_size()
/Linux-v6.1/arch/x86/math-emu/
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-v6.1/arch/x86/boot/
Dheader.S460 # Getting to provably safe in-place decompression is hard. Worst case
510 # The worst case at the block level is a growth of the compressed data
513 # The worst case internal to a compressed block is very hard to figure.
514 # The worst case can at least be bounded by having one bit that represents
521 # block adding an extra 32767 bytes (the worst case uncompressed block size)
522 # is sufficient, to ensure that in the worst case the decompressed data for
/Linux-v6.1/drivers/gpu/drm/omapdrm/
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-v6.1/drivers/nfc/st21nfca/
Dst21nfca.h21 /* Size in worst case :
32 /* Worst case when adding byte stuffing between each byte */
/Linux-v6.1/tools/power/cpupower/bench/
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-v6.1/include/net/
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.
Drpl.h26 /* Worst decompression memory usage ipv6 address (16) + pad 7 */
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hpo_dp_link_encoder.c372 /* Best case and worst case wait time for SAT_UPDATE_PENDING in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
374 * worst: 868 us in dcn31_hpo_dp_link_enc_update_stream_allocation_table()
421 /* Best case and worst case wait time for RATE_UPDATE_PENDING in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
423 * worst: 903 ns in dcn31_hpo_dp_link_enc_set_throttled_vcp_size()
/Linux-v6.1/arch/arm/mach-shmobile/
Dtimer.c31 * Calculate a worst-case loops-per-jiffy value in shmobile_init_delay()
/Linux-v6.1/drivers/media/pci/cx25821/
Dcx25821-audio.h20 * Max size of the RISC program for a buffer. - worst case is 2 writes per line
/Linux-v6.1/drivers/media/platform/st/sti/delta/
Ddelta-cfg.h37 * - at worst 21
/Linux-v6.1/block/
Dblk-cgroup-fc-appid.c32 * Worst case an I/O may not find the right id. in blkcg_set_fc_appid()
/Linux-v6.1/Documentation/x86/x86_64/
Dcpu-hotplug-spec.rst21 In the worst case the user can overwrite this choice using a command line
/Linux-v6.1/Documentation/usb/
Ddwc3.rst23 usb_ep_disable(). Worst case are 32 interrupts, the lower limit is two
/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dvctrl.txt29 down in the worst case (lightest expected load).
/Linux-v6.1/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.h8 * Number of pre-allocated per-session tags, based upon the worst-case
/Linux-v6.1/include/uapi/linux/netfilter_bridge/
Debt_among.h27 * number comparisons in worst case. Further, we take advantage of
/Linux-v6.1/Documentation/devicetree/bindings/cpu/
Didle-states.yaml107 entry-latency: Worst case latency required to enter the idle state. The
134 the worst case since it depends on the CPU operating conditions, i.e. caches
139 worst case wake-up latency it can incur if a CPU is allowed to enter an
334 Worst case latency in microseconds required to enter the idle state.
338 Worst case latency in microseconds required to exit the idle state.

12345678910>>...23