Home
last modified time | relevance | path

Searched +full:trim +full:- +full:data +full:- +full:valid (Results 1 – 25 of 272) sorted by relevance

1234567891011

/freebsd-src/sys/contrib/openzfs/man/man7/
H A Dzpoolprops.79 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
41 Some properties are read-only statistics while others are configurable and
50 The following are read-only properties:
51 .Bl -tag -width "unsupported@guid"
79 .Xr zpool-prefetch 8 .
81 Total on-disk size of the deduplication table.
85 On whole-disk vdevs, this is the space beyond the end of the GPT –
89 added to the pool – most likely by resizing it in-plac
[all...]
/freebsd-src/sys/dev/isci/scil/
H A Dsati_device.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
49 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
70 * @brief This method simply initializes the data members in the device
74 * initialize the data members.
92 device->state = SATI_DEVICE_STATE_OPERATIONAL; in sati_device_construct()
93 device->capabilities = 0; in sati_device_construct()
[all …]
/freebsd-src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md6 stdout. In many ways, this is a metrics-friendly output of
10 When run without arguments, _zpool_influxdb_ runs once, reading data
18 |---|---|---|
19 | --execd | -e | For use with telegraf's `execd` plugin. When [enter] is pressed, the pools are sam…
20 | --no-histogram | -n | Do not print histogram information |
21 | --signed-int | -i | Use signed integer data type (default=unsigned) |
22 | --sum-histogram-buckets | -s | Sum histogram bucket values |
23 | --tags key=value[,key=value...] | -t | Add tags to data points. No tag sanity checking is perform…
24 | --help | -h | Print a short usage message |
27 The histogram data collected by ZFS is stored as independent bucket values.
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp1 //===-- CommandObjectSettings.cpp --------
[all...]
/freebsd-src/sys/ufs/ffs/
H A Dffs_extern.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
36 #error "No user-serving parts inside"
142 * Definitions for TRIM interface
146 #define NOTRIM_KEY 1 /* never written, so don't call trim for it */
147 #define SINGLETON_KEY 2 /* only block being freed, so trim i
[all...]
/freebsd-src/sys/vm/
H A Dvnode_pager.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
36 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50 * greatly re-simplify the vnode_pager.
156 object = vp->v_object; in vnode_create_vobject_any()
161 if (vn_getsize_locked(vp, &size, td->td_ucred) != 0) in vnode_create_vobject_any()
167 object = vnode_pager_alloc(vp, size, 0, 0, td->td_ucre in vnode_create_vobject_any()
1019 int trim, sum; vnode_pager_generic_getpages() local
[all...]
/freebsd-src/sys/cam/ata/
H A Data_da.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
229 { "NONE", "DISABLED", "CFA Erase", "DSM Trim", "DSM Trim via NCQ" };
243 uint8_t data[TRIM_MAX_RANGES * ATA_DSM_RANGE_SIZE]; member
445 * 4k optimised & trim onl
[all...]
/freebsd-src/contrib/sendmail/contrib/
H A Dexpn.pl19 # less magic should apply to command-line addresses
21 # add magic to deal with cross-domain cnames
25 # 250 Kimmo Suominen <"|/usr/local/mh/lib/slocal -user kim"@grendel.tac.nyc.ny.us>
26 # harry@hofmann.cs.Berkeley.EDU -> harry@tenet (.berkeley.edu) [dead]
27 # bks@cs.berkeley.edu -> shiva.CS (.berkeley.edu) [dead]
28 # dan@tc.cornell.edu -> brown@tiberius (.tc.cornell.edu)
55 # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
94 # $verbose : -v
95 # $watch : -w
96 # $vw : -v or -w
[all …]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h9 * or https://opensource.org/licenses/CDDL-1.0.
53 * which provides data replication and I/O scheduling.
152 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */
162 VDEV_BIAS_LOG, /* dedicated to ZIL data (SLOG) */
169 * On-disk indirect vdev state.
183 * Note that this object can be empty if none of the data on the vdev
235 * requests may be inflated or incur device level read-modify-write
245 void *vdev_tsd; /* type-specific data */
[all...]
/freebsd-src/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_btxt.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landonf@FreeBSD.org>
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
56 * Broadcom "Board Text" data class.
58 * This format is used to provide external NVRAM data for some
65 struct bhnd_nvram_io *data; /**< memory-backed board text data */ member
107 /* Don't match on non-ASCII/non-printable data */ in bhnd_nvram_btxt_probe()
114 /* The first character should either be a valid key char (alpha), in bhnd_nvram_btxt_probe()
160 while ((offset - bufpos) < limit) { in bhnd_nvram_btxt_getvar_direct()
167 if (buflen - bufpos == 0) { in bhnd_nvram_btxt_getvar_direct()
[all …]
/freebsd-src/sys/geom/eli/
H A Dg_eli_ctl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2005-2011 Pawel Jakub Dawidek <pawel@dawidek.net>
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
80 nkey = -1; in g_eli_ctl_attach()
87 if (nkey < -1 || nkey >= G_ELI_MAXMKEYS) { in g_eli_ctl_attach()
108 gctl_error(req, "Options -d and -r are mutually exclusive."); in g_eli_ctl_attach()
118 pp->name, error); in g_eli_ctl_attach()
123 gctl_error(req, "No valid keys on %s.", pp->name); in g_eli_ctl_attach()
139 if (nkey == -1) in g_eli_ctl_attach()
[all …]
/freebsd-src/sys/contrib/dev/rtw89/
H A Drtw8851b.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2022-2023 Realtek Corporation
227 {255, 0, 0, 7}, /* 0 -> original */
228 {255, 2, 0, 7}, /* 1 -> for BT-connected ACI issue && BTG co-r
464 _decode_efuse_gain(u8 data,s8 * high,s8 * low) _decode_efuse_gain() argument
478 bool valid = false; rtw8851b_efuse_parsing_gain_offset() local
659 bool valid = false; rtw8851b_phycap_parsing_gain_comp() local
661 u8 data; rtw8851b_phycap_parsing_gain_comp() local
2056 s16 data:9; global() member
2064 s16 data:9; global() member
[all...]
H A Drtw8852b.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
19 RTW8852B_FW_BASENAME "-" __stringify(RTW8852B_FW_FORMAT_MAX) ".bin"
192 {255, 0, 0, 7}, /* 0 -> original */
193 {255, 2, 0, 7}, /* 1 -> for BT-connecte
602 _decode_efuse_gain(u8 data,s8 * high,s8 * low) _decode_efuse_gain() argument
616 bool valid = false; rtw8852b_efuse_parsing_gain_offset() local
808 bool valid = false; rtw8852b_phycap_parsing_gain_comp() local
810 u8 data; rtw8852b_phycap_parsing_gain_comp() local
2224 s16 data:9; global() member
2232 s16 data:9; global() member
[all...]
H A Drtw8852c.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2019-2022 Realtek Corporation
384 ether_addr_copy(efuse->addr, map->e.mac_addr); in rtw8852c_efuse_parsing_tssi()
385 efuse->rfe_type = map->rfe_typ in rtw8852c_efuse_parsing_tssi()
391 _decode_efuse_gain(u8 data,s8 * high,s8 * low) _decode_efuse_gain() argument
405 bool valid = false; rtw8852c_efuse_parsing_gain_offset() local
2478 s16 data:9; global() member
2486 s16 data:9; global() member
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp1 //===-- BreakpadRecords.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #include "lldb/lldb-defines.h"
104 } data; in parseModuleId() local
105 static_assert(sizeof(data) == 20); in parseModuleId()
109 // byte-swap those. in parseModuleId()
119 llvm::copy(fromHex(uuid_str), data.uuid); in parseModuleId()
124 data.age = age; in parseModuleId()
126 // On non-windows, the age field should always be zero, so we don't include to in parseModuleId()
[all …]
/freebsd-src/sys/sys/
H A Dbio.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
44 #define BIO_READ 0x01 /* Read I/O data */
45 #define BIO_WRITE 0x02 /* Write I/O data */
46 #define BIO_DELETE 0x03 /* TRIM or free blocks, i.e. mark as unused */
67 #define BIO_SWAP 0x200 /* Swap-relate
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp1 //===-- RegisterValue.cpp --------
120 DataExtractor data(buffer.bytes.data(), buffer.bytes.size(), GetScalarValue() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/hwmon/baikal,bt1-pvt.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Baikal-T1 PVT Sensor
11 - Serge Semin <fancer.lancer@gmail.com>
14 Baikal-T1 SoC provides an embedded process, voltage and temperature
17 which may cause the system instability and even damages. The IP-block
19 control wrapper, which provides a MMIO registers-based access to the
20 sensor core functionality (APB3-bus based) and exposes an additional
[all …]
/freebsd-src/sys/fs/nfsserver/
H A Dnfs_nfsdsubs.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
40 * copy data between mbuf chains and uio lists.
119 * The first entry is the default error return and the rest are the valid
1273 * Trim tlen bytes off the end of the mbuf list and then ensure
1281 * mbufs are all expected to be non-empt
1288 int i, lastlen, pgno, plen, tlen, trim; nfsrv_adj() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-am654.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2020 Texas Instruments Incorporated - http://www.ti.com/
4 ---
5 $id: http://devicetree.org/schemas/mmc/sdhci-am654.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Ulf Hansson <ulf.hansson@linaro.org>
14 - $ref: sdhci-common.yaml#
19 - enum:
20 - ti,am62-sdhci
21 - ti,am64-sdhci-4bit
[all …]
/freebsd-src/share/man/man9/
H A Dmutex.922 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
106 .Bl -enum
134 These should only be used to protect data shared with primary interrupt
139 on a non-spin mutex.
174 is saved rather than the data it points to.
175 The data pointed to must remain stable
266 otherwise the mutex will be acquired and a non-zero value will be returned.
279 Presently, the only valid value in the
320 so the data associated with it may be freed
342 function returns non-zero if
[all …]
/freebsd-src/sys/contrib/openzfs/man/man4/
H A Dzfs.49 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
88 This assumes redundancy for this data is provided by the vdev layer.
102 Turbo L2ARC warm-up.
138 Controls whether only MFU metadata and data are cached from ARC into L2ARC.
140 amounts of data that are not expected to be accessed more than once.
143 meaning both MRU and MFU data and metadata are cached.
151 Setting it to 1 means to L2 cache only MFU data and metadata.
154 only MFU data (i
[all...]
/freebsd-src/sys/kern/
H A Dimgact_shell.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
62 * imgp->args->begin_argv is the minimal successful exit requirement.
64 * If the given file is a shell-script, then the first line will start
66 * of the shell-interpreter to run, followed by zero or more tokens.
69 * arg[0] -> The name of interpreter as specified after `#!' in the
72 * arg[1] -> *If* there are any additional tokens on the first line,
77 * arg[x] -> the full pathname of the script. This will either be
80 * arg[x+1] -> all the arguments that were specified on the original
[all …]
H A Dkern_sendfile.c1 /*-
2 * Copyright (c) 2013-2015 Gleb Smirnoff <glebius@FreeBSD.org>
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
87 * of the data.
116 KASSERT(sfs->count == 0, ("sendfile sync %p still busy", sfs)); in sendfile_sync_destroy()
118 cv_destroy(&sfs->cv); in sendfile_sync_destroy()
119 mtx_destroy(&sfs->mtx); in sendfile_sync_destroy()
126 mtx_lock(&sfs->mtx); in sendfile_sync_signal()
127 KASSERT(sfs->count > 0, ("sendfile sync %p not busy", sfs)); in sendfile_sync_signal()
128 if (- in sendfile_sync_signal()
[all...]
/freebsd-src/sbin/newfs/
H A Dnewfs.822 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
38 .Op Fl O Ar filesystem-type
39 .Op Fl S Ar sector-size
42 .Op Fl b Ar block-size
43 .Op Fl c Ar blocks-per-cylinder-group
44 .Op Fl d Ar max-extent-size
46 .Op Fl f Ar frag-siz
[all...]

1234567891011