| /freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | samsung-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/watchdog/samsung-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 20 - enum: 21 - google,gs101-wdt # for Google gs101 22 - samsung,s3c2410-wdt # for S3C2410 23 - samsung,s3c6410-wdt # for S3C6410, S5PV210 and Exynos4 24 - samsung,exynos5250-wdt # for Exynos5250 [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
| 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# 7 title: Apple SoC cluster cpufreq device 10 - Hector Martin <marcan@marcan.st> 13 Apple SoCs (e.g. M1) have a per-cpu-cluster DVFS controller that is part of 14 the cluster management register block. This binding uses the standard 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. [all …]
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 1 //===- CallGraphSort.cpp --------- 61 struct Cluster { global() struct 62 Cluster__anon14bfe4470111::Cluster Cluster() argument 64 getDensity__anon14bfe4470111::Cluster getDensity() argument 70 next__anon14bfe4470111::Cluster global() argument 71 prev__anon14bfe4470111::Cluster global() argument 72 size__anon14bfe4470111::Cluster global() argument 73 weight__anon14bfe4470111::Cluster global() argument 74 initialWeight__anon14bfe4470111::Cluster global() argument 75 bestPred__anon14bfe4470111::Cluster global() argument [all...] |
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 1 //===- CallGraphSort.cpp --------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 33 struct Cluster { struct 34 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() function 47 Edge bestPred = {-1, 0}; 57 std::vector<Cluster> clusters; 63 // Maximum amount the combined cluster density can be worse than the original 64 // cluster to consider merging. [all …]
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | denode.h | 3 /*- 4 * SPDX-License-Identifier: BSD-4-Clause 36 /*- 60 * de_dirclust contains the cluster number of the directory cluster 62 * de_diroffset is the index into the cluster for the entry describing 64 * de_StartCluster is the number of the first cluster of the file or directory. 67 * - Clusters 0 and 1 are reserved. 68 * - The first allocatable cluster is 2. 69 * - The root directory is of fixed size and all blocks that make it up 71 * - Cluster 0 refers to the root directory when it is found in the [all …]
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 1 //===- SectionPriorities.cpp ----------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 48 struct Cluster { struct 49 Cluster(int sec, size_t s) : next(sec), prev(sec), size(s) {} in Cluster() argument 62 Edge bestPred = {-1, 0}; 72 std::vector<Cluster> clusters; 75 // Maximum amount the combined cluster density can be worse than the original 76 // cluster to consider merging. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | ti,omap-mailbox.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mailbox/ti,omap-mailbox.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Suman Anna <s-anna@ti.com> 19 Each mailbox IP block/cluster has a certain number of h/w fifo queues and 35 lines can also be routed to different processor sub-systems on DRA7xx as they 37 K3 AM65x, J721E and J7200 SoCs has each of these instances form a cluster and 48 A Mailbox device node is used to represent a Mailbox IP instance/cluster 49 within a SoC. The sub-mailboxes (actual communication channels) are [all …]
|
| H A D | omap-mailbox.txt | 10 Each mailbox IP block/cluster has a certain number of h/w fifo queues and output 25 routed to different processor sub-systems on DRA7xx as they are routed through 27 SoCs has each of these instances form a cluster and combine multiple clusters 37 A Mailbox device node is used to represent a Mailbox IP instance/cluster within 38 a SoC. The sub-mailboxes are represented as child nodes of this parent node. 41 -------------------- 42 - compatible: Should be one of the following, 43 "ti,omap2-mailbox" for OMAP2420, OMAP2430 SoCs 44 "ti,omap3-mailbox" for OMAP3430, OMAP3630 SoCs 45 "ti,omap4-mailbox" for OMAP44xx, OMAP54xx, AM33xx, [all …]
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_mem2.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2012-2014 Matteo Landi 5 * Copyright (C) 2012-2016 Luigi Rizzo 6 * Copyright (C) 2012-2016 Giuseppe Lettieri 98 /* ---------------------------------------------------*/ 113 /* ---------------------------------------------------*/ 124 u_int _clustsize; /* cluster size */ 125 u_int _clustentries; /* objects per cluster */ 134 #define NMA_LOCK_INIT(n) NM_MTX_INIT((n)->nm_mtx) [all …]
|
| H A D | netmap_mem2.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (C) 2012-2014 Matteo Landi 5 * Copyright (C) 2012-2016 Luigi Rizzo 6 * Copyright (C) 2012-2016 Giuseppe Lettieri 45 * Only nm_buf_pool needs to be dma-able, 50 * cluster (and pool) is an integral number of pages. 55 * When (at init time) we write these offsets, we find out the index 62 * multiple of the page size. The cluster size is chosen 63 * to minimize the waste for a given max cluster size [all …]
|
| /freebsd/contrib/ntp/html/ |
| H A D | cluster.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 6 <title>Clock Cluster Algorithm</title> 11 <h3>Clock Cluster Algorithm</h3> 13 <!-- #BeginDate format:En2m -->15-Nov-2012 06:02<!-- #EndDate --> 16 …cluster algorithm processes the truechimers produced by the clock select algorithm to produce a li… 17 …are saved on an unordered list with each candidate entry identified with index <em>i</em> (<em>i … 21 …try, both produced by the clock filter algorithm. The metric used by the cluster algorithm is the … 25 <p>Figure 1. Cluster Algorithm</p> 28 …of root distance λ as a weight factor at each round in the clock cluster algorithm. This i…
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 1 //== RegionStore.cpp - Field-sensitive store model --------------*- C++ -*--==// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // structures are largely ignored. Basically we do 1-limiting analysis. 15 //===----------------------------------------------------------------------===// 39 //===----------------------------------------------------------------------===// 41 //===----------------------------------------------------------------------===// 66 assert((r == r->getBaseRegion() || in BindingKey() 88 return getConcreteOffsetRegion()->getBaseRegion(); in getBaseRegion() 89 return getRegion()->getBaseRegion(); in getBaseRegion() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 1 //===- SwitchLoweringUtils.h - Switch Lowering -------- [all...] |
| /freebsd/sys/amd64/vmm/io/ |
| H A D | vlapic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 62 #define x2apic(vlapic) (((vlapic)->msr_apicbase & APICBASE_X2APIC) ? 1 : 0) 65 * The 'vlapic->timer_mtx' is used to provide mutual exclusion between the 67 * - timer_freq_bt, timer_period_bt, timer_fire_bt 68 * - timer LVT register 70 #define VLAPIC_TIMER_LOCK(vlapic) mtx_lock_spin(&((vlapic)->timer_mtx)) 71 #define VLAPIC_TIMER_UNLOCK(vlapic) mtx_unlock_spin(&((vlapic)->timer_mtx)) 72 #define VLAPIC_TIMER_LOCKED(vlapic) mtx_owned(&((vlapic)->timer_mtx)) 76 * - arbitrary but chosen to be in the ballpark of contemporary hardware. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/thermal/ |
| H A D | nvidia,tegra186-bpmp-thermal.txt | 4 interface that is used to read system temperatures, including CPU cluster 9 ../firmware/nvidia,tegra186-bpmp.txt for details of the BPMP binding. 11 This node represents a thermal sensor. See Documentation/devicetree/bindings/thermal/thermal-sensor… 15 - compatible: 18 - "nvidia,tegra186-bpmp-thermal" 19 - "nvidia,tegra194-bpmp-thermal" 20 - #thermal-sensor-cells: Cell for sensor index. 21 Single-cell integer. 30 compatible = "nvidia,tegra186-bpmp-thermal"; 31 #thermal-sensor-cells = <1>;
|
| /freebsd/sys/arm/annapurna/alpine/ |
| H A D | alpine_pci_msix.c | 1 /*- 48 #define ERR_NOT_IN_MAP -1 66 {"annapurna-labs,al-msix", true}, 67 {"annapurna-labs,alpine-msix", true}, 120 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data) in al_msix_probe() 123 device_set_desc(dev, "Annapurna-Labs MSI-X Controller"); in al_msix_probe() 146 sc->res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_ACTIVE); in al_msix_attach() 147 if (sc->res == NULL) { in al_msix_attach() 152 sc->base_addr = (bus_addr_t)rman_get_start(sc->res); in al_msix_attach() 156 device_printf(dev, "could not register MSI-X controller\n"); in al_msix_attach() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/arm/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 14 1 - Introduction 18 where cores can be put in different low-power states (ranging from simple wfi 20 range of dynamic idle states that a processor can enter at run-time, can be 27 - Running 28 - Idle_standby [all …]
|
| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuzip.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org> 111 return (bp->info.blkno == *ap); in cmp_blkno() 156 while((opt = getopt(argc, argv, "A:C:o:s:vZdLSj:")) != -1) { in main() 179 errx(1, "invalid cluster size specified: %s", in main() 222 argc -= optind; in main() 232 magiclen = strlcpy(hdr.magic, cfs.handler->magic, sizeof(hdr.magic)); in main() 247 errx(1, "cluster size should be multiple of %d", DEV_BSIZE); in main() 249 cfs.cbound_blksz = cfs.handler->f_compress_bound(cfs.blksz); in main() [all …]
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 1 /*- 2 * Copyright (c) 2011-2018 The DragonFly Project. All rights reserved. 68 * The structures below represent the on-disk media structures for the HAMMER2 69 * filesystem. Note that all fields for on-disk structures are naturally 70 * aligned. The host endian format is typically used - compatibility is 77 * references utilize 64-bit byte offsets. 94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB 98 * A maximally sized file (2^64-1 bytes) requires ~6 indirect block levels 114 * MINALLOCSIZE - The minimum allocation size. This can be smaller 120 * MINIOSIZE - Th 575 int32_t index; global() member [all...] |
| /freebsd/share/man/man7/ |
| H A D | ports.7 | 2 .\" SPDX-License-Identifier: BSD-2-Clause 95 .Cm git clone -b 2021Q2 https://git.FreeBSD.org/ports.git 119 .Cm pkg -vv 138 .Lk https://docs.FreeBSD.org/en/books/porters-handbook/ 163 .Bl -tag -width ".Cm configure" 168 .Xr portconfig 1 Pq Pa ports/ports-mgmt/portconfig . 196 .Cm fetch-depends , build-depends , 220 .It Cm install-missing-packages 225 .Bl -tag -width ".Cm fetch-recursive" 230 .It Cm showconfig-recursive [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | idle-states.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/cpu/idle-states.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> 11 - Anup Patel <anup@brainfault.org> 15 1 - Introduction 18 ARM and RISC-V systems contain HW capable of managing power consumption 19 dynamically, where cores can be put in different low-power states (ranging 22 run-time, can be specified through device tree bindings representing the [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | apple,aic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/apple,aic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hector Martin <marcan@marcan.st> 19 - Level-triggered hardware IRQs wired to SoC blocks 20 - Single mask bit per IRQ 21 - Per-IRQ affinity setting 22 - Automatic masking on event delivery (auto-ack) 23 - Software triggering (ORed with hw line) [all …]
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | adapter.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 110 SW_ZONE_SIZES = 4, /* cluster, jumbop, jumbo9k, jumbo16k */ 112 SW_ZONE_SIZES = 3, /* cluster, jumbo9k, jumbo16k */ 199 #define IS_DETACHING(vi) ((vi)->flags & VI_DETACHING) 200 #define SET_DETACHING(vi) do {(vi)->flags |= VI_DETACHING;} while (0) 201 #define CLR_DETACHING(vi) do {(vi)->flags &= ~VI_DETACHING;} while (0) 202 #define IS_BUSY(sc) ((sc)->flags & CXGBE_BUSY) 203 #define SET_BUSY(sc) do {(sc)->flags |= CXGBE_BUSY;} while (0) 204 #define CLR_BUSY(sc) do {(sc)->flags &= ~CXGBE_BUSY;} while (0) [all …]
|
| /freebsd/usr.sbin/ntp/doc/ |
| H A D | Makefile | 11 clockopt.html cluster.html comdex.html config.html confopt.html \ 14 huffpuff.html index.html kern.html kernpps.html keygen.html leap.html \ 15 miscopt.html monopt.html msyslog.html ntp-keygen.html ntp-wait.html \ 25 MAN+= ntp-keygen.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 sntp.8 28 CLEANFILES+= ntp-keygen.8 ntpd.8 ntpdc.8 ntpq.8 sntp.8 30 SUFFIXES8= .1ntp-keygenmdoc \ 43 sed '/^\.Dt /s/1[a-z-][a-z-]*/8/' ${.ALLSRC} > ${.TARGET} 50 ntp-keygen.8: ntp-keygen.1ntp-keygenmdoc
|
| /freebsd/usr.sbin/bsdconfig/dot/ |
| H A D | dot | 2 #- 3 # Copyright (c) 2012-2013 Devin Teske 30 # Prevent common.subr from auto initializing debugging (this is not an inter- 31 # active utility so does not require debugging; also `-d' has been repurposed). 43 f_index_menusel_keyword $BSDCFG_LIBE/$APP_DIR/INDEX "$pgm" ipgm && 44 pgm="${ipgm:-$pgm}" 66 # Create a new multi-node list rendering nodes in a specific style described by 87 # Print a node within a multi-node list. 100 if [ $# -gt 0 ]; then 101 echo -n ' [' [all …]
|