/freebsd/sys/contrib/device-tree/Bindings/dvfs/ |
H A D | performance-domain.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dvfs/performance-domain.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic performance domains 10 - Sudeep Holla <sudeep.holla@arm.com> 13 This binding is intended for performance management of groups of devices or 14 CPUs that run in the same performance domain. Performance domains must not 15 be confused with power domains. A performance domain is defined by a set 16 of devices that always have to run at the same performance level. For a given [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | cpufreq-mediatek-hw.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpufreq/cpufreq-mediatek-hw.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Yuan <hector.yuan@mediatek.com> 19 const: mediatek,cpufreq-hw 26 each frequency domain. Each entry corresponds to 27 a register bank for each frequency domain present. 29 "#performance-domain-cells": 31 Number of cells in a performance domain specifier. [all …]
|
H A D | apple,cluster-cpufreq.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/cpufreq/apple,cluster-cpufreq.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Martin <marcan@marcan.st> 13 Apple SoCs (e.g. M1) have a per-cpu-cluster DVFS controller that is part of 15 operating-points-v2 table to define the CPU performance states, with the 16 opp-level property specifying the hardware p-state index for that level. 21 - items: 22 - enum: [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 1 # Copyright (c) 2001-2003, 2014 Proofpoint, Inc. and its suppliers. 8 # $Id: TUNING,v 1.22 2013-11-22 20:51:54 ca Exp $ 17 required performance, there are several configuration options that 18 can be changed to accomplish higher performance. However, before 20 performance is not as good as desired. This may also involve hardware 24 the scope of this guide. In almost all other cases performance will 34 * Mailing Lists and Large Aliases (1-n Mailing) 35 * 1-1 Mass Mailing 40 to configure sendmail to achieve good performance in all cases, but 42 is non-trivial to combine low latency (fast delivery of incoming [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8192.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8192-clk.h> 9 #include <dt-bindings/gce/mt8192-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8192-larb-port.h> 13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h> 14 #include <dt-bindings/phy/phy.h> 15 #include <dt-bindings/power/mt8192-power.h> [all …]
|
H A D | mt8195.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8195-clk.h> 9 #include <dt-bindings/gce/mt8195-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8195-memory-port.h> 13 #include <dt-bindings/phy/phy.h> 14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h> 15 #include <dt-bindings/power/mt8195-power.h> [all …]
|
/freebsd/usr.sbin/nfsuserd/ |
H A D | nfsuserd.8 | 32 services plus support manage-gids for all NFS versions 35 .Op Fl domain Ar domain_name 40 .Op Fl manage-gids 47 For non-Kerberized NFSv4 mounts, this daemon must be running unless all 51 It also provides support for manage-gids and must be running on the server if 54 Upon startup, it loads the machine's DNS domain name, plus timeout and cache size 67 .Bl -tag -width Ds 68 .It Fl domain Ar domain_name 69 This option allows you to override the default DNS domain name, which 77 time out, the better the performance, but the longer it takes for replaced [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/power/ |
H A D | qcom-rpmpd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 /* SA8775P Power Domain Indexes */ 26 /* SDM670 Power Domain Indexes */ 36 /* SDM845 Power Domain Indexes */ 47 /* SDX55 Power Domain Indexes */ 52 /* SDX65 Power Domain Indexes */ 60 /* SM6350 Power Domain Indexes */ 68 /* SM6350 Power Domain Indexes */ 80 /* SM8150 Power Domain Indexes */ 102 /* SM8250 Power Domain Indexes */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/apple/ |
H A D | t600x-dieX.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 10 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq"; 12 #performance-domain-cells = <0>; 16 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq"; 18 #performance-domain-cells = <0>; 22 …compatible = "apple,t6000-cluster-cpufreq", "apple,t8103-cluster-cpufreq", "apple,cluster-cpufreq"; 24 #performance-domain-cells = <0>; 27 DIE_NODE(pmgr): power-management@28e080000 { 28 compatible = "apple,t6000-pmgr", "apple,pmgr", "syscon", "simple-mfd"; 29 #address-cells = <1>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | cpus.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 21 with updates for 32-bit and 64-bit ARM systems provided in this document. 30 - square brackets define bitfields, eg reg[7:0] value of the bitfield in 59 On 32-bit ARM v7 or later systems this property is 68 On ARM v8 64-bit systems this property is required 71 * If cpus node's #address-cells property is set to 2 79 * If cpus node's #address-cells property is set to 1 [all …]
|
H A D | arm,scmi.txt | 2 ---------------------------------------------------------- 6 and performance functions. 17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports 18 - mboxes: List of phandle and mailbox channel specifiers. It should contain 22 - shmem : List of phandle pointing to the shared memory(SHM) area as per 24 - #address-cells : should be '1' if the device has sub-nodes, maps to 25 protocol identifier for a given sub-node. 26 - #size-cells : should be '0' as 'reg' property doesn't have any size 28 - arm,smc-id : SMC id required when using smc or hvc transports 32 - mbox-names: shall be "tx" or "rx" depending on mboxes entries. [all …]
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | tutor.me | 28 .oh 'Introductory 4.4BSD IPC''PSD:20-%' 29 .eh 'PSD:20-%''Introductory 4.4BSD IPC' 92 Pipes allow one-way data transmission from one process 163 therefore, typically precede, or are included in, an if-statement. 253 It is a one-way communication mechanism, with one end opened 260 If the parent and child are to have a two-way conversation, 278 pair of connected sockets for one-way stream communication. One may 279 obtain a pair of connected sockets for two-way stream communication 290 arguments a specification of a domain, a style of communication, and a 295 a domain is a space of names that may be bound [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | apple,pmgr-pwrstate.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/apple,pmgr-pwrstate.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Martin <marcan@marcan.st> 13 - $ref: power-domain.yaml# 18 performance features. This binding describes the device power 22 represents a generic power domain provider, as documented in 23 Documentation/devicetree/bindings/power/power-domain.yaml. 25 represented via power-domains relationships between these nodes. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,sm8150-camcc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sm8150-camcc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Satya Priya Kakitapalli <quic_skakitap@quicinc.com> 16 See also:: include/dt-bindings/clock/qcom,sm8150-camcc.h 20 const: qcom,sm8150-camcc 27 - description: Board XO source 28 - description: Camera AHB clock from GCC 30 power-domains: [all …]
|
H A D | qcom,camcc-sm8250.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,camcc-sm825 [all...] |
H A D | qcom,sm8450-dispcc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sm8450-dispcc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Baryshkov <dmitry.baryshkov@linaro.org> 16 See also:: include/dt-bindings/clock/qcom,sm8450-dispcc.h 21 - qcom,sm8450-dispcc 26 - description: Board XO source 27 - description: Board Always On XO source 28 - description: Display's AHB clock [all …]
|
H A D | qcom,sm8350-videocc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sm8350-videocc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Konrad Dybcio <konradybcio@kernel.org> 17 include/dt-bindings/clock/qcom,videocc-sm8350.h 18 include/dt-bindings/reset/qcom,videocc-sm8350.h 23 - qcom,sc8280xp-videocc 24 - qcom,sm8350-videocc 28 - description: Board XO source [all …]
|
H A D | qcom,sm8450-videocc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,sm8450-videocc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Taniya Das <quic_tdas@quicinc.com> 11 - Jagadeesh Kona <quic_jkona@quicinc.com> 18 include/dt-bindings/clock/qcom,sm8450-videocc.h 19 include/dt-bindings/clock/qcom,sm8650-videocc.h 24 - qcom,sm8450-videocc 25 - qcom,sm8550-videocc [all …]
|
H A D | qcom,qcm2290-gpucc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,qcm2290-gpucc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Konrad Dybcio <konradybcio@kernel.org> 17 include/dt-bindings/clock/qcom,qcm2290-gpucc.h 21 const: qcom,qcm2290-gpucc 28 - description: AHB interface clock, 29 - description: SoC CXO clock 30 - description: GPLL0 main branch source [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 2 (a.k.a. Treeshrew, Unbound-C) 9 4. Non-Goals 13 --------------- 15 document the goals and non-goals of the project. The DNS (the Domain 26 that also DNSSEC (secure DNS) validation and stub-resolvers (that do not 36 3 lists the goals, while Section 4 lists the explicit non-goals of the 41 ---------- 49 a full-fledged C implementation ready for deployed use. NLnet Labs 54 -------- 57 o Drop-in replacement for BIND apart from config. [all …]
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsv4.4 | 42 It uses a single compound RPC that concatenates operations to-gether. 74 .Bd -literal -offset indent -compact 75 - NFS Version 4 ACLs 76 - Referrals, which redirect subtrees to other servers 78 - Delegations, which allow a client to operate on a file locally 79 - pNFS, where I/O operations are separated from Metadata operations 81 - User namespace extended attributes 82 - lseek(SEEK_DATA/SEEK_HOLE) 83 - File copying done locally on the server for copy_file_range(2) 84 - posix_fallocate(2) [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/perf/ |
H A D | arm,ni.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Arm NI (Network-on-Chip Interconnect) Performance Monitors 10 - Robin Murphy <robin.murphy@arm.com> 14 const: arm,ni-700 18 - description: Complete configuration register space 23 description: Overflow interrupts, one per clock domain, in order of domain ID 26 - compatible 27 - reg [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | fixed-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/fixed-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 16 expected to have the regulator-min-microvolt and regulator-max-microvolt 20 - $ref: regulator.yaml# 21 - if: 25 const: regulator-fixed-clock [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | 7.t | 33 performance tuning required of a good system. We found that 34 the distributed system spent 10-20% more time in the kernel than 36 user programs severely limited the overall performance of the 73 The buffer cache read-ahead trace package was based 84 \s+2References\s-2 88 ``A User-Process Oriented Performance Study of Ethernet Networking Under 94 ``The Impact of Buffer Management on Networking Software Performance 97 June 1985, pp. 507-517. 100 ``Toward an Internet Standard for Subnetting,'' RFC-940, 105 ``Comments on the performance of UNIX on the VAX'', [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/apple/ |
H A D | apple,pmgr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Martin <marcan@marcan.st> 15 performance features. This node represents the PMGR as a syscon, 16 with sub-nodes representing individual features. 20 pattern: "^power-management@[0-9a-f]+$" 24 - enum: 25 - apple,t8103-pmgr 26 - apple,t8112-pmgr [all …]
|