Home
last modified time | relevance | path

Searched full:heavy (Results 1 – 25 of 265) sorted by relevance

1234567891011

/linux-6.14.4/net/sched/
Dsch_hhf.c2 /* net/sched/sch_hhf.c Heavy-Hitter Filter (HHF)
16 /* Heavy-Hitter Filter (HHF)
19 * Flows are classified into two buckets: non-heavy-hitter and heavy-hitter
20 * buckets. Initially, a new flow starts as non-heavy-hitter. Once classified
21 * as heavy-hitter, it is immediately switched to the heavy-hitter bucket.
23 * in which the heavy-hitter bucket is served with less weight.
24 * In other words, non-heavy-hitters (e.g., short bursts of critical traffic)
25 * are isolated from heavy-hitters (e.g., persistent bulk traffic) and also have
28 * To capture heavy-hitters, we use the "multi-stage filter" algorithm in the
37 * - For a heavy-hitter flow: *all* of its k array counters must be large.
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/thermal/
Dnvidia,tegra124-soctherm.yaml66 Throttle event sub-nodes must be named as "light" or "heavy".
69 "^(light|heavy|oc1)$":
263 * When the "heavy" cooling device triggered,
267 heavy {
325 * When the "heavy" cooling device triggered,
328 heavy {
/linux-6.14.4/include/linux/
Dstop_machine.h92 * interrupts. This is a very heavy lock, which is equivalent to
109 * This can be thought of as a very heavy write lock, equivalent to
/linux-6.14.4/kernel/rcu/
DKconfig205 This option also prevents heavy loads from blocking RCU
208 Say Y here if you are working with real-time apps or heavy loads
293 to avoid starvation by heavy SCHED_OTHER background load.
/linux-6.14.4/Documentation/kbuild/
DKconfig.select-break9 # currently a feature of kconfig, given select was designed to be heavy handed.
DKconfig.recursion-issue-0235 # as mandatory required symbols. For more details on the heavy handed nature
/linux-6.14.4/Documentation/devicetree/bindings/regulator/
Drichtek,rt4831-regulator.yaml22 voltage drop from the heavy loading scenario. But it also make the power
/linux-6.14.4/drivers/net/ethernet/freescale/fman/
DKconfig22 FMAN DMA read or writes under heavy traffic load may cause FMAN
/linux-6.14.4/drivers/staging/
DKconfig8 them. Please note that these drivers are under heavy
/linux-6.14.4/Documentation/core-api/
Derrseq.rst50 overall, but the company is a little...management heavy. He has to
100 glitches and he makes a mistake. He sighs a heavy sigh, and marks it
/linux-6.14.4/arch/arc/include/asm/
Dbarrier.h34 * heavy weight as it flushes the pipeline as well.
/linux-6.14.4/tools/perf/Documentation/
Dtopdown.txt8 heavy operations, light operations, branch mispredicts, machine
254 printf("Heavy Operations %.2f%% Light Operations %.2f%% "
316 topdown-heavy-ops, topdown-br-mispredict, topdown-fetch-lat and
/linux-6.14.4/tools/include/uapi/linux/
Dpkt_sched.h809 /* Heavy-Hitter Filter */
829 __u32 hh_overlimit; /* number of times max heavy-hitters was hit */
830 __u32 hh_tot_count; /* number of captured heavy-hitters so far */
831 __u32 hh_cur_count; /* number of current heavy-hitters */
/linux-6.14.4/drivers/thermal/tegra/
Dsoctherm.c214 /* get THROT_PSKIP_xxx offset per LIGHT/HEAVY throt and CPU/GPU dev */
221 /* get THROT_xxx_CTRL offset per LIGHT/HEAVY throt */
291 [THROTTLE_HEAVY] = "heavy",
528 /* Hardcode LIGHT on LEVEL1 and HEAVY on LEVEL2 */ in throttrip_program()
540 "invalid throt id %d - assuming HEAVY", in throttrip_program()
1725 * pre-configured "Low", "Medium" or "Heavy" throttle levels which are
1767 * @throt: the LIGHT/HEAVY of throttle event id
1811 * @throt: the LIGHT/HEAVY of throttle event id
1845 * @throt: the LIGHT/HEAVY of throttle event id
1848 * pre-configured "Low", "Medium" or "Heavy" throttle levels.
[all …]
/linux-6.14.4/mm/damon/
DKconfig84 scanning-based reclamation is used for heavy pressure.
/linux-6.14.4/Documentation/isdn/
Dcredits.rst69 For heavy-duty-beta-testing with his BBS ;)
/linux-6.14.4/tools/perf/pmu-events/arch/x86/sandybridge/
Dsnb-metrics.json149 …he where the front-end directly delivers Uops (micro operations) avoiding heavy x86 decoding. The …
237 …on": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations …
243 …on": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations …
502 …elated). Two distinct categories can be attributed into this metric: (1) heavy data-dependency am…
512 …s not necessary mean there is no room for more performance. For example; Heavy-operations or Micr…
/linux-6.14.4/fs/ubifs/
DKconfig62 strictatime is the "heavy", relatime is "lighter", etc.
/linux-6.14.4/Documentation/filesystems/ext4/
Dorphan.rst19 in heavy creation of orphan inodes. When orphan file feature
/linux-6.14.4/drivers/usb/serial/
Dwishbone-serial.c6 * Copyright (C) 2013 GSI Helmholtz Centre for Heavy Ion Research GmbH
/linux-6.14.4/Documentation/networking/device_drivers/fddi/
Ddefza.rst31 the use of PIO. As a result under a heavy transmission load there will
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/toshiba/
Dspider_net.rst174 the hardware has skipped a descr or two (sometimes dozens under heavy
181 well, even under heavy network loads.
/linux-6.14.4/include/uapi/linux/
Dpkt_sched.h871 /* Heavy-Hitter Filter */
891 __u32 hh_overlimit; /* number of times max heavy-hitters was hit */
892 __u32 hh_tot_count; /* number of captured heavy-hitters so far */
893 __u32 hh_cur_count; /* number of current heavy-hitters */
/linux-6.14.4/tools/perf/pmu-events/arch/x86/jaketown/
Djkt-metrics.json149 …he where the front-end directly delivers Uops (micro operations) avoiding heavy x86 decoding. The …
237 …on": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations …
243 …on": "This metric represents fraction of slots where the CPU was retiring heavy-weight operations …
522 …elated). Two distinct categories can be attributed into this metric: (1) heavy data-dependency am…
532 …s not necessary mean there is no room for more performance. For example; Heavy-operations or Micr…
/linux-6.14.4/drivers/atm/
Dnicstarmac.copyright8 * 10/4/97 - began heavy inline documentation of the code. Corrected typos

1234567891011