Home
last modified time | relevance | path

Searched +full:intra +full:- +full:cluster (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/Documentation/networking/
Dtipc.rst1 .. SPDX-License-Identifier: GPL-2.0
11 designed for intra-cluster communication. It can be configured to transmit
18 -------------
20 - Cluster wide IPC service
23 transmitting data between cluster nodes? Where you yourself determine the
32 - Service Addressing
38 - Service Tracking
44 The service tracking mechanism can also be used for Cluster Topology Tracking,
45 i.e., subscribing for availability/non-availability of cluster nodes.
47 Likewise, the service tracking mechanism can be used for Cluster Connectivity
[all …]
/kernel/linux/linux-6.6/net/tipc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 specially designed for intra cluster communication. This protocol
14 cluster applications for many years.
30 IP-over-InfiniBand devices.
48 advanced algorithm: AEAD AES-GCM (like IPSec or TLS) before leaving/
50 Key setting from user-space is performed via netlink by a user program
/kernel/linux/linux-5.10/net/tipc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
12 specially designed for intra cluster communication. This protocol
14 cluster applications for many years.
30 IP-over-InfiniBand devices.
48 advanced algorithm: AEAD AES-GCM (like IPSec or TLS) before leaving/
50 Key setting from user-space is performed via netlink by a user program
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c1 // SPDX-License-Identifier: GPL-2.0-or-later
9 #define pr_fmt(fmt) "v4l2-ctrls: " fmt
15 #include <media/v4l2-ctrls.h>
16 #include <media/v4l2-dev.h>
17 #include <media/v4l2-device.h>
18 #include <media/v4l2-event.h>
19 #include <media/v4l2-fwnode.h>
20 #include <media/v4l2-ioctl.h>
23 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
29 (master->ops && master->ops->op)
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Darm,cci-400.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/arm,cci-400.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
13 ARM multi-cluster systems maintain intra-cluster coherency through a cache
24 pattern: "^cci(@[0-9a-f]+)?$"
28 - arm,cci-400
29 - arm,cci-500
30 - arm,cci-550
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dcci.txt5 ARM multi-cluster systems maintain intra-cluster coherency through a
24 - compatible
28 "arm,cci-400"
29 "arm,cci-500"
30 "arm,cci-550"
32 - reg
40 - ranges:
53 - CCI control interface nodes
55 Node name must be "slave-if".
61 - compatible
[all …]
/kernel/linux/linux-5.10/kernel/sched/
Dwalt.c1 // SPDX-License-Identifier: GPL-2.0
90 raw_spin_lock(&cpu_rq(cpu)->lock); in acquire_rq_locks_irqsave()
92 raw_spin_lock_nested(&cpu_rq(cpu)->lock, level); in acquire_rq_locks_irqsave()
103 raw_spin_unlock(&cpu_rq(cpu)->lock); in release_rq_locks_irqrestore()
121 /* 1 -> use PELT based load stats, 0 -> use window-based load stats */
151 * A after-boot constant divisor for cpu_util_freq_walt() to apply the load
174 unsigned int max_capacity = 1024; /* max(rq->capacity) */
175 unsigned int min_capacity = 1024; /* min(rq->capacity) */
176 unsigned int max_possible_capacity = 1024; /* max(rq->max_possible_capacity) */
178 min_max_possible_capacity = 1024; /* min(rq->max_possible_capacity) */
[all …]
/kernel/linux/linux-6.6/kernel/sched/
Dwalt.c1 // SPDX-License-Identifier: GPL-2.0
91 raw_spin_lock(&cpu_rq(cpu)->__lock); in acquire_rq_locks_irqsave()
93 raw_spin_lock_nested(&cpu_rq(cpu)->__lock, level); in acquire_rq_locks_irqsave()
104 raw_spin_unlock(&cpu_rq(cpu)->__lock); in release_rq_locks_irqrestore()
122 /* 1 -> use PELT based load stats, 0 -> use window-based load stats */
152 * A after-boot constant divisor for cpu_util_freq_walt() to apply the load
175 unsigned int max_capacity = 1024; /* max(rq->capacity) */
176 unsigned int min_capacity = 1024; /* min(rq->capacity) */
177 unsigned int max_possible_capacity = 1024; /* max(rq->max_possible_capacity) */
179 min_max_possible_capacity = 1024; /* min(rq->max_possible_capacity) */
[all …]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (C) 2010-2021 Hans Verkuil <hverkuil-cisco@xs4all.nl>
11 #include <media/v4l2-ctrls.h>
12 #include <media/v4l2-event.h>
13 #include <media/v4l2-fwnode.h>
15 #include "v4l2-ctrls-priv.h"
23 ev->type = V4L2_EVENT_CTRL; in fill_event()
24 ev->id = ctrl->id; in fill_event()
25 ev->u.ctrl.changes = changes; in fill_event()
26 ev->u.ctrl.type = ctrl->type; in fill_event()
[all …]
/kernel/linux/linux-6.6/Documentation/virt/kvm/
Dapi.rst1 .. SPDX-License-Identifier: GPL-2.0
4 The Definitive KVM (Kernel-based Virtual Machine) API Documentation
13 - System ioctls: These query and set global attributes which affect the
17 - VM ioctls: These query and set attributes that affect an entire virtual
24 - vcpu ioctls: These query and set attributes that control the operation
32 - device ioctls: These query and set attributes that control the operation
80 facility that allows backward-compatible extensions to the API to be
104 the ioctl returns -ENOTTY.
122 -----------------------
139 -----------------
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch7 Change-Id: Ibe08cc261b06fe7f07187b5214df34e7cfed2515
9 diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig
11 --- a/drivers/staging/Kconfig
13 @@ -90,6 +90,8 @@ source "drivers/staging/greybus/Kconfig"
21 source "drivers/staging/mt7621-pci/Kconfig"
22 @@ -118,6 +120,8 @@ source "drivers/staging/wfx/Kconfig"
31 diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
33 --- a/drivers/staging/Makefile
35 @@ -21,7 +21,7 @@ obj-$(CONFIG_IIO) += iio/
36 obj-$(CONFIG_FB_SM750) += sm750fb/
[all …]
D0038_linux_drivers_mxc.patch7 Change-Id: I2f6375e746087a874cbea0a4240e92abfded3358
9 diff --git a/drivers/mxc/Kconfig b/drivers/mxc/Kconfig
12 --- /dev/null
14 @@ -0,0 +1,38 @@
34 +source "drivers/mxc/gpu-viv/Kconfig"
53 diff --git a/drivers/mxc/Makefile b/drivers/mxc/Makefile
56 --- /dev/null
58 @@ -0,0 +1,10 @@
59 +obj-$(CONFIG_MXC_GPU_VIV) += gpu-viv/
60 +obj-$(CONFIG_MXC_SIM) += sim/
[all …]