Home
last modified time | relevance | path

Searched +full:master +full:- +full:kernel (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob3 set -e
7 UPSTREAM_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
9 BRANCHES="master filter-state-split upstream/master upstream/dts"
11 if [ ! -f scripts/filter.sh ] ; then
12 echo "`pwd`: does not appear to be a device-tree.git" 1>&2
16 if [ -z "$LATEST_VERSION" ] ; then
17 FINGER_BANNER="https://www.kernel.org/finger_banner"
18 LATEST_VERSION=$(wget --quiet -O - "$FINGER_BANNER" |\
19 sed -n -e '0,/^The latest mainline version of the Linux kernel is:\s*\(.*\)$/s//\1/p')
22 if [ -z "$LATEST_VERSION" ] ; then
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_lock.c59 struct drm_master *master = file_priv->master; in drm_lock() local
62 ++file_priv->lock_count; in drm_lock()
64 if (lock->context == DRM_KERNEL_CONTEXT) { in drm_lock()
65 DRM_ERROR("Process %d using kernel context %d\n", in drm_lock()
66 DRM_CURRENTPID, lock->context); in drm_lock()
67 return -EINVAL; in drm_lock()
71 lock->context, DRM_CURRENTPID, in drm_lock()
72 master->lock.hw_lock->lock, lock->flags); in drm_lock()
74 mtx_lock(&master->lock.spinlock); in drm_lock()
75 master->lock.user_waiters++; in drm_lock()
[all …]
H A Ddrm_fops.c48 if (dev->driver->firstopen) { in drm_setup()
49 ret = dev->driver->firstopen(dev); in drm_setup()
54 atomic_set(&dev->ioctl_count, 0); in drm_setup()
55 atomic_set(&dev->vma_count, 0); in drm_setup()
59 dev->buf_use = 0; in drm_setup()
60 atomic_set(&dev->buf_alloc, 0); in drm_setup()
68 * FIXME Linux<->FreeBSD: counter incremented in drm_open() and in drm_setup()
72 for (i = 0; i < ARRAY_SIZE(dev->counts); i++) in drm_setup()
73 atomic_set(&dev->counts[i], 0); in drm_setup()
76 dev->sigdata.lock = NULL; in drm_setup()
[all …]
H A DdrmP.h12 * Copyright (c) 2009-2010, Code Aurora Forum.
44 #include <sys/kernel.h>
256 #define DRM_LEFTCOUNT(x) (((x)->rp + (x)->count - (x)->wp) % ((x)->count + 1))
257 #define DRM_BUFCOUNT(x) ((x)->count - DRM_LEFTCOUNT(x))
269 if (!_DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock) || \
270 _file_priv->master->lock.file_priv != _file_priv) { \
272 __func__, _DRM_LOCK_IS_HELD(_file_priv->master->lock.hw_lock->lock),\
273 _file_priv->master->lock.file_priv, _file_priv); \
274 return -EINVAL; \
326 int idx; /**< Index into master buflist */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <bjorn.andersson@linaro.org>
12 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
16 of a single 32-bit value between two processors. Each value has a single
35 $ref: /schemas/types.yaml#/definitions/phandle-array
37 - items:
38 - description: phandle to a syscon node representing the APCS registers
[all …]
H A Dqcom,rpm-master-stats.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm-master-stats.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats
10 - Konrad Dybcio <konradybcio@kernel.org>
16 (particularly around entering hardware-driven low power modes: XO shutdown
17 and total system-wide power collapse) are first made at Master-level, and
20 The Master Stats provide a few useful bits that can be used to assess whether
21 our device has entered the desired low-power mode, how long it took to do so,
[all …]
H A Dqcom,smp2p.txt4 a single 32-bit value between two processors. Each value has a single writer
9 - compatible:
15 - interrupts:
17 Value type: <prop-encoded-array>
20 - mboxes:
22 Value type: <prop-encoded-array>
26 - qcom,ipc:
28 Value type: <prop-encoded-array>
31 - phandle to a syscon node representing the apcs registers
32 - u32 representing offset to the register within the syscon
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dsgi2 --------------------------
7 which seems to try to perform the correction over 100-200 seconds, with
32 -----------
39 one-second intervals - I am probably seeing sampling aliasing between
46 /usr/sysgen/master.d/kernel to have it on by default. See ftimer(1).
49 ---------
51 Irix has a kernel variable called timetrim which adjusts the system
57 default timetrim value in /usr/sysgen/master.d/kernel, but I think
63 -------------------
65 If you use a local clock on an RS-232 line, look into the kernel
[all …]
/freebsd/share/doc/papers/sysperf/
H A D5.t36 Kernel Extensions
39 the networking part of the kernel.
51 only by hosts at that site. To off-site hosts machines on a site's
58 The broadcast address may be set at boot time on a per-interface basis.
90 are now interfaced to the protocol level allowing protocol-specific
98 32-bit words, removing the dependency on file descriptors from
101 The default per-process descriptor limit was raised from 20 to 64,
105 Kernel Limits
107 Many internal kernel configuration limits have been increased by suitable
116 with 4-8 megabyte of physical memory.
[all …]
/freebsd/lib/geom/eli/
H A Dgeli.81 .\" Copyright (c) 2005-2019 Pawel Jakub Dawidek <pawel@dawidek.net>
32 To compile GEOM_ELI into your kernel, add the following lines to your kernel
34 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
63 .Cm label - an alias for
77 .Cm stop - an alias for
161 .Bl -bullet -offset indent -compact
170 .Nm AES-XTS ,
171 .Nm AES-CBC ,
173 .Nm Camellia-CBC ) .
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Dcdns,i3c-master.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/i3c/cdns,i3c-master.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cadence I3C master block
10 - Boris Brezillon <bbrezillon@kernel.org>
13 - $ref: i3c.yaml#
17 const: cdns,i3c-master
25 clock-names:
27 - const: pclk
[all …]
/freebsd/share/doc/smm/02.config/
H A D4.t80 \-DFUNNY \-DHAHA in the resultant makefile.
89 Other kernel options controlling system sizes and limits
123 This is usually a cute name like ERNIE (short for Ernie Co-Vax) or
142 \fBconfig\fP\ \fIsysname\fP\ \fIconfig-clauses\fP
147 names their standard system image ``kernel''. The configuration clauses
161 \fBroot\fP [ \fBon\fP ] \fIroot-device\fP
162 \fBswap\fP [ \fBon\fP ] \fIswap-device\fP [ \fBand\fP \fIswap-device\fP ] ...
163 \fBdumps\fP [ \fBon\fP ] \fIdump-device\fP
164 \fBargs\fP [ \fBon\fP ] \fIarg-device\fP
195 numbers on a per-machine basis. A file,
[all …]
/freebsd/sys/sys/
H A Dfirmware.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
34 * images into the kernel and making them available to clients.
36 * Firmware images are usually embedded in kernel loadable modules that can
37 * be loaded on-demand or pre-loaded as desired. Modules may contain
41 * The kernel keeps track of references to firmware images to allow/prevent
45 * treated as the master with the other images holding references
48 * In order for automatic loading to work, the master image must have
52 const char *name; /* system-wide name */
/freebsd/usr.sbin/nfsuserd/
H A Dnfsuserd.830 .Nd load user and group information into the kernel for
32 services plus support manage-gids for all NFS versions
40 .Op Fl manage-gids
44 loads user and group information into the kernel for NFSv4.
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
55 limit into the kernel.
60 that service requests from the kernel
62 The master is there for the sole purpose of terminating the
64 To stop the nfsuserd, send a SIGUSR1 to the master.
[all …]
/freebsd/share/man/man4/man4.arm/
H A Dimx_spi.433 To compile this driver into the kernel,
35 kernel configuration file:
36 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
53 While the ECSPI hardware supports both master and slave mode,
54 this driver currently operates only in master mode.
60 .Sq cs-gpios
73 .Bl -tag -width indent
75 Output debugging info when non-zero.
/freebsd/share/doc/papers/relengr/
H A D2.t54 Only if no prototype is available is the project begun in-house.
64 This responsibility starts at the associated kernel device drivers;
65 it proceeds up through the rest of the kernel,
95 certain users had permission to modify the master copy of the
97 People given access to the master sources
100 Their work is checked at the end of the beta-test period by
112 One important exception to this approach is that changes to the kernel
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Darm-pl08x.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/dma/arm-pl08x.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vinod Koul <vkoul@kernel.org>
13 - $ref: /schemas/arm/primecell.yaml#
14 - $ref: dma-controller.yaml#
22 - arm,pl080
23 - arm,pl081
25 - compatible
[all …]
H A Dsnps,dma-spear1340.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/dma/snps,dma-spear1340.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Viresh Kumar <vireshk@kernel.org>
11 - Andy Shevchenko <andriy.shevchenko@linux.intel.com>
14 - $ref: dma-controller.yaml#
19 - const: snps,dma-spear1340
20 - items:
21 - enum:
[all …]
/freebsd/share/man/man4/
H A Dlagg.424 To compile this driver into the kernel,
26 kernel configuration file:
27 .Bd -ragged -offset indent
34 .Bd -literal -offset indent
42 interface for the purpose of providing fault-tolerance and high-speed links.
66 .Ic laggport Ar child-iface
68 .Ic -laggpor
[all...]
H A Duslcom.424 To compile this driver into the kernel,
26 kernel configuration file:
27 .Bd -ragged -offset indent
36 .Bd -literal -offset indent
54 .Bl -bullet -compact
56 AC-Services CAN, CIS-IBUS, IBUS and OBD interfaces
60 AKTACOM ACE-1001 cable
64 Arkham DS-101 Adapter
70 AVIT Research USB-TTL interface
85 and L51xx C-Bus Home Automation products
[all …]
H A Dgbde.4
/freebsd/contrib/file/magic/Magdir/
H A Dandroid2 #------------------------------------------------------------
5 #------------------------------------------------------------
12 >0 regex dex\n[0-9]{2} Dalvik dex file
15 >0 regex dey\n[0-9]{2} Dalvik dex file (optimized for host)
20 # platform/system/core/+/master/mkbootimg/bootimg.h
21 # https://github.com/djrbliss/loki/blob/master/loki.h#L43
26 >8 lelong >0 \b, kernel
43 # android-backup-extractor/perl/backupencrypt.pl
53 # No mime-type defined officially
54 !:mime application/x-google-ab
[all …]
/freebsd/tools/tools/
H A DREADME10 ansify Convert K&R-style function definitions to ANSI style
21 find-sb Scan a disk for possible filesystem superblocks.
26 genericize Turn a kernel config into something that can more easily
33 intel-ucode-split Tool to split Intel microcode into individual files.
35 /usr/share/misc with the data from the master sites.
38 kdrv KernelDriver; add/list/remove third-party kernel driver
39 source to/in/from a kernel source tree.
41 kerninclude Shellscript to find unused #includes in the kernel.
42 kernxref Shellscript to cross reference symbols in the LINT kernel.
43 kttcp An in-kernel version of the ttcp network performance tool
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,spi-bcm-qspi.txt3 The Broadcom SPI controller is a SPI master found on various SOCs, including
4 BRCMSTB (BCM7XXX), Cygnus, NSP and NS2. The Broadcom Master SPI hw IP consits
6 MSPI : SPI master controller can read and write to a SPI slave device
9 io with 3-byte and 4-byte addressing support.
12 MSPI master can be used wihout BSPI. BRCMSTB SoCs have an additional instance
13 of a MSPI master without the BSPI to use with non flash slave devices that
18 - #address-cells:
21 - #size-cells:
24 - compatible:
26 "brcm,spi-brcmstb-qspi", "brcm,spi-bcm-qspi" : MSPI+BSPI on BRCMSTB SoCs
[all …]
/freebsd/sys/net/
H A Dvnet.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2009 University of Zagreb
5 * Copyright (c) 2006-2009 FreeBSD Foundation
44 #include <sys/kernel.h>
67 /*-
70 * - Virtual network stack management functions.
72 * - Virtual network stack memory allocator, which virtualizes global
75 * - Virtualized SYSINIT's/SYSUNINIT's, which allow network stack subsystems
80 FEATURE(vimage, "VIMAGE kernel virtualization");
[all …]

12345678910>>...20