Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/networking/
H A 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 …]
/openbmc/linux/net/tipc/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A 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 …]
/openbmc/linux/drivers/media/v4l2-core/
H A 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 …]
/openbmc/linux/Documentation/virt/kvm/
H A 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 …]