Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 33) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c104 int64_t lowest = INT64_MAX; in arc_available_memory() local
112 if (n < lowest) { in arc_available_memory()
113 lowest = n; in arc_available_memory()
128 if (n < lowest) { in arc_available_memory()
129 lowest = n; in arc_available_memory()
133 DTRACE_PROBE1(arc__available_memory, int64_t, lowest); in arc_available_memory()
134 return (lowest); in arc_available_memory()
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
18 * being off is around 20%. Duty cycle for the lowest brightness level
19 * also varries quite a bit between individual boards, so the lowest
H A Dsun50i-a64-pinephone-1.2.dts17 * and the lowest PWM duty cycle that doesn't lead to backlight being off
18 * is around 10%. Duty cycle for the lowest brightness level also varries
19 * quite a bit between individual boards, so the lowest value here was
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-spi-byte.txt5 - the value of the byte gives the brightness between two values (lowest to
9 The value for lowest and highest brightness is dependent on the device and
H A Dleds-is31fl319x.txt34 Note: a driver will take the lowest of all led limits since the
35 chip has a single global setting. The lowest value will be chosen
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c438 int64_t lowest = INT64_MAX; in arc_available_memory() local
442 lowest = -1024; in arc_available_memory()
444 return (lowest); in arc_available_memory()
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Datmel,aic.txt20 The third cell is used to specify the irq priority from 0 (lowest) to 7
H A Dti,c64x+megamod-pic.txt19 4 is highest priority and 15 is lowest priority.
/f-stack/freebsd/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt4 SoC resources in order to keep the lowest power profile. It
/f-stack/freebsd/contrib/device-tree/Bindings/gpio/
H A Dgpio-xgene-sb.txt35 - apm,irq-start: Optional, specify lowest gpio pin support interrupt.
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-cadence-sierra.txt35 - reg: The master lane number. This is the lowest numbered lane
H A Dphy-cadence-torrent.yaml65 The master lane number. This is the lowest numbered lane in the lane group.
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c514 { size_t const lowest = (u>5) ? 5 : u; in BMK_benchMemAdvancedNoAlloc() local
517 for (n=lowest; n>0; n--) in BMK_benchMemAdvancedNoAlloc()
524 for (n=lowest; n>0; n++) in BMK_benchMemAdvancedNoAlloc()
/f-stack/dpdk/examples/qos_sched/
H A Dprofile.cfg12 ; - Within lowest priority traffic class (best-effort), the byte-level
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsun8i-h3-orangepi-pc.dts190 * DVFS table are known to work properly at the lowest
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Drenesas,du.txt59 index of the lowest channel in the group.
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md152 The histogram fields show cumulative values from lowest to highest.
189 The histogram fields show cumulative values from lowest to highest.
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md166 In this table, bit 7 is the highest bit, while bit 0 is the lowest one.
344 The lowest bit signals if this block is the last one.
455 In this representation, bits on the left are the lowest bits.
459 This field uses 2 lowest bits of first byte, describing 4 different block types :
1050 Let's `low4Bits` designate the lowest 4 bits of the first byte :
1158 In order to reach 8 shares, 8-5=3 lowest states will count "double",
1335 Then, starting from lowest `Weight`, prefix codes are distributed in sequential order.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst187 …| | | Lowest priority TC: 4 | exactly 1 queue, while the lowest prio…
190 …| | | | #. Queues of the lowest priority TC (BE) …
741 lowest priority TC are handled. At last, queues 12..15 (best effort TC, lowest priority TC) are han…
823 The evolution of the WRR design solution for the lowest priority traffic class (best effort TC) fro…
985 Typically, the subport TC oversubscription feature is enabled only for the lowest priority traffic …
H A Dtraffic_management.rst172 lowest weight. For each SP priority, the WFQ weight mode can be set as either
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Daxp20x.txt41 - regulator-soft-start: enable the output at the lowest possible voltage and
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst460 the lowest one.
H A Dqos_scheduler.rst375 …| Queue | High Priority TC: 1, | Queue of lowest priority traffic | De…
/f-stack/freebsd/kern/
H A Dkern_cpu.c141 SYSCTL_INT(_debug_cpufreq, OID_AUTO, lowest, CTLFLAG_RWTUN, &cf_lowest_freq, 1,
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1640 Set the bypass mode for the lowest port on bypass enabled NIC::
1647 Set the event required to initiate specified bypass mode for the lowest port on a bypass enabled::
1675 Show the bypass configuration for a bypass enabled NIC using the lowest port on the NIC::
2624 For example, reading the lowest two bits from the register in the example above::
2636 For example, reading the lowest bit from the register in the example above::
3034 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3060 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3087 * ``weight``: Node weight (lowest weight is one). The node weight is relative
3484 Note that protocol items like these must be stacked from lowest to highest

12