Home
last modified time | relevance | path

Searched +full:fine +full:- +full:granular (Results 1 – 10 of 10) sorted by relevance

/freebsd/share/doc/psd/05.sysman/
H A D2.2.t35 other sub-directories) as well as files and references to other
36 objects such as devices and inter-process communications sockets.
41 Files may be read and written in a random-access fashion.
81 Only the super-user can change the root directory context of a process.
117 #define O_RDONLY 000 /* open for reading */
118 #define O_WRONLY 001 /* open for writing */
119 #define O_RDWR 002 /* open for read & write */
120 #define O_NDELAY 004 /* non-blocking open */
121 #define O_APPEND 010 /* append on each write */
122 #define O_CREAT 01000 /* open with file create */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
24 - azoteq,iqs7222d
29 irq-gpios:
32 Specifies the GPIO connected to the device's active-low RDY output.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,vexpress-juno.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,vexpress-jun
[all...]
/freebsd/usr.sbin/cron/doc/
H A DMAIL4 --vix ]
6 From ptsfa!lll-crg!ames!acornrc!bob Wed Dec 31 10:07:08 1986
8 From: lll-crg!ames!acornrc!bob (Bob Weissman)
17 << Okay, I've allowed 0-22/2 as a means of handling this.
20 range = (start "-" finish ["/" step]) | single-unit
21 This allows "1,3,5-7", which the current cron doesn't (it won't
24 From drw@mit-eddie Wed Dec 31 18:25:27 1986
26 From: drw@mit-eddie (Dale Worley)
27 To: mit-eddie!vixie!paul
65 02,12,22,32,42,52 * * * * exec /usr/lib/uucp/uucico -r1
[all …]
/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2007-2009 Google Inc. and Amit Singh
238 int default_permissions = data->dataflags & FSESS_DEFAULT_PERMISSIONS; in fuse_extattr_check_cred()
241 * Kernel-invoked always succeeds. in fuse_extattr_check_cred()
294 if (fufh->fuse_open_flags & FOPEN_NOFLUSH && in fuse_flush()
301 ffi->fh = fufh->fh_id; in fuse_flush()
307 ffi->lock_owner = td->td_proc->p_pid; in fuse_flush()
337 left_on = start & (iosize - 1); in fuse_inval_buf_range()
340 if ((bp->b_flags & B_CACHE) != 0 && bp->b_dirtyend >= left_on) { in fuse_inval_buf_range()
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
H A Dweb270074 fine
79545 granular
99810 Jean-Christophe
99811 Jean-Pierre
/freebsd/sys/contrib/openzfs/man/man4/
H A Dzfs.41 .\" SPDX-License-Identifier: CDDL-1.0
11 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
98 Turbo L2ARC warm-up.
175 Percent of ARC size allowed for L2ARC-only headers.
248 of a top-level vdev before moving on to the next top-level vdev.
251 Enable metaslab groups biasing based on their over- or under-utilization
260 Setting to 1 equals to 2 if the pool is write-bound or 0 otherwise.
313 if not page-aligned instead of silently falling back to uncached I/O.
316 When attempting to log an output nvlist of an ioctl in the on-disk history,
[all …]
/freebsd/sys/kern/
H A Dvfs_subr.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
175 * sub-cache consisting mostly of such files. The system balances the size
176 * of this sub-cache with its complement to try to prevent either from
181 * to recyling of free vnodes. In the best-operating case, the cache is
186 * Otherwise, vnlru_proc() runs to reclaim enough vnodes (usually non-free
187 * ones) to reach one of these states. The watermarks are currently hard-
246 /* Zone for allocation of new vnodes - used exclusively by getnewvnode() */
264 * SYNCER_MAXDELAY queues that are processed round-robin at a rate of
283 * bo->bo_synclist
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1 //===- LoopVectorize.cpp - A Loop Vectorizer ------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // and generates target-independent LLVM-IR.
20 // 2. LoopVectorizationLegality - A unit that checks for the legality
22 // 3. InnerLoopVectorizer - A unit that performs the actual
24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability
31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this
32 // purpose, we temporarily introduced the VPlan-native vectorization path: an
36 //===----------------------------------------------------------------------===//
[all …]