Home
last modified time | relevance | path

Searched +full:multi +full:- +full:socket (Results 1 – 25 of 234) sorted by relevance

12345678910

/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst1 .. SPDX-License-Identifier: GPL-2.0
20 XDP programs to redirect frames to a memory buffer in a user-space
23 An AF_XDP socket (XSK) is created with the normal socket()
25 TX ring. A socket can receive packets on the RX ring and it can send
28 to have at least one of these rings for each socket. An RX or TX
53 The socket is then finally bound with a bind() call to a device and a
61 with as well as its own newly created XSK socket. The new process will
64 single-consumer / single-producer (for performance reasons), the new
65 process has to create its own socket with associated RX and TX rings,
72 user-space application can place an XSK at an arbitrary place in this
[all …]
/openbmc/qemu/docs/system/
H A Dmulti-process.rst1 .. _Multi-process QEMU:
3 Multi-process QEMU
6 This document describes how to configure and use multi-process qemu.
7 For the design document refer to docs/devel/multi-process.rst.
10 ----------------
12 multi-process is enabled by default for targets that enable KVM
16 --------
18 Multi-process QEMU requires an orchestrator to launch.
20 Following is a description of command-line used to launch mpqemu.
24 - The Orchestrator creates a unix socketpair
[all …]
/openbmc/qemu/block/
H A Dcurl.c27 #include "qemu/error-report.h"
30 #include "block/block-io.h"
60 #define CURL_BLOCK_OPT_COOKIE_SECRET "cookie-secret"
62 #define CURL_BLOCK_OPT_PASSWORD_SECRET "password-secret"
63 #define CURL_BLOCK_OPT_PROXY_USERNAME "proxy-username"
64 #define CURL_BLOCK_OPT_PROXY_PASSWORD_SECRET "proxy-password-secret"
107 CURLM *multi; member
111 GHashTable *sockets; /* GINT_TO_POINTER(fd) -> socket */
132 CURLSocket *socket = value; in curl_drop_socket() local
133 BDRVCURLState *s = socket->s; in curl_drop_socket()
[all …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-cgroup
6 -------------------------------------------------------------------------------
8 -------------------------------------------------------------------------------
19 *OPTIONS* := { |COMMON_OPTIONS| | { **-f** | **--bpffs** } }
45 | *ATTACH_FLAGS* := { **multi** | **override** }
76 *ATTACH_FLAGS* can be one of: **override** if a sub-cgroup installs
77 some bpf program, the program in this cgroup yields to sub-cgroup
78 program; **multi** if a sub-cgroup installs some bpf program,
87 **multi**. They are executed in FIFO order (those that were
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/phosphor-ipmi-net/
H A Dfirst-boot-disable-ipmi-net.service3 After=phosphor-ipmi-net@eth0.service
4 After=phosphor-ipmi-net@eth1.service
5 After=phosphor-ipmi-net@eth0.socket
6 After=phosphor-ipmi-net@eth1.socket
7 Before=srvcfg-manager.service
8 ConditionPathExists=!/var/lib/ipmi-net-disable-one-time
11 ExecStart=/bin/systemctl disable --no-reload --now \
12 phosphor-ipmi-net@eth0.socket \
13 phosphor-ipmi-net@eth0.service \
14 phosphor-ipmi-net@eth1.socket \
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
4 * Test BPF attach point for INET socket lookup (BPF_SK_LOOKUP).
7 * - attaching/detaching/querying programs to BPF_SK_LOOKUP hook,
8 * - redirecting socket lookup to a socket selected by BPF program,
9 * - failing a socket lookup on BPF program's request,
10 * - error scenarios for selecting a socket from BPF program,
11 * - accessing BPF program context,
12 * - attaching and running multiple BPF programs.
76 bool reuseport_has_conns; /* Add a connected socket to reuseport group */
92 errno = -prog_fd; in attach_reuseport()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DCpu.interface.yaml4 - name: Socket
7 Processor Socket designation on MotherBoard.
9 - name: Family
15 - name: EffectiveFamily
22 - name: EffectiveModel
28 - name: Id
31 This Processor ID field contains processor-specific information that
36 - name: MaxSpeedInMhz
40 - name: Characteristics
43 The set of boolean flags for processor's capability, such as 64-bit
[all …]
/openbmc/linux/arch/x86/kernel/cpu/
H A Dhygon.c1 // SPDX-License-Identifier: GPL-2.0+
16 #include <asm/spec-ctrl.h>
24 * nodes_per_socket: Stores the number of nodes per socket.
38 for (i = apicid - 1; i >= 0; i--) { in nearby_node()
60 * (1) Hygon multi-node processors
68 /* get information required for multi-node processors */ in hygon_get_topology()
75 c->cpu_die_id = ecx & 0xff; in hygon_get_topology()
77 c->cpu_core_id = ebx & 0xff; in hygon_get_topology()
80 c->x86_max_cores /= smp_num_siblings; in hygon_get_topology()
88 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
[all …]
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dclamav.service4 Requires=clamav-daemon.socket
10 ExecStart=/usr/sbin/clamd --foreground=true
12 ExecReload=/bin/kill -USR2 $MAINPID
16 WantedBy=multi-user.target
17 Also=clamav-daemon.socket
/openbmc/openbmc/poky/meta/recipes-core/dbus/
H A Ddbus_1.16.0.bb1 SUMMARY = "D-Bus message bus"
2 …RIPTION = "D-Bus is a message bus system, a simple way for applications to talk to one another. In…
6 inherit meson pkgconfig gettext upstream-version-is-even ptest-gnome
8 LICENSE = "AFL-2.1 | GPL-2.0-or-later"
13 SRC_URI = "https://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.xz \
14 file://run-ptest \
15 file://dbus-1.init \
20 EXTRA_OEMESON = "-Dxml_docs=disabled \
21 -Ddoxygen_docs=disabled \
22 -Dsystem_socket=/run/dbus/system_bus_socket \
[all …]
/openbmc/linux/drivers/tty/serial/8250/
H A Dserial_cs.c1 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
69 /* Table of multi-port card ID's */
74 int multi; /* 1 = multifunction, > 1 = # ports */ member
84 int multi; member
100 * vers_1 5.0, "Brain Boxes", "2-Port RS232 card", "r6"
110 uart->port.uartclk = 14745600; in quirk_setup_brainboxes_0104()
128 return -ENODEV; in quirk_post_ibm()
133 * be handled by setting the quirk entry .multi = 0 | 1 ?
137 struct serial_info *info = link->priv; in quirk_config_nokia()
139 if (info->multi > 1) in quirk_config_nokia()
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dtuners.rst1 .. SPDX-License-Identifier: GPL-2.0
7 ------------------------
12 - L= LG_API (VHF_LO=0x01, VHF_HI=0x02, UHF=0x08, radio=0x04)
13 - P= PHILIPS_API (VHF_LO=0xA0, VHF_HI=0x90, UHF=0x30, radio=0x04)
14 - T= TEMIC_API (VHF_LO=0x02, VHF_HI=0x04, UHF=0x01)
15 - A= ALPS_API (VHF_LO=0x14, VHF_HI=0x12, UHF=0x11)
16 - M= PHILIPS_MK3 (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19)
19 -------------------
21 - Samsung Tuner identification: (e.g. TCPM9091PD27)
23 .. code-block:: none
[all …]
/openbmc/qemu/qapi/
H A Dsockets.json1 # -*- Mode: Python -*-
5 # = Socket data types
17 # @unix: unix socket
43 # Captures a socket address or address range in the Internet
59 # @keep-alive: enable keep-alive when connecting to this socket. Not
62 # @mptcp: enable multi-path TCP. (Since 6.1)
73 '*keep-alive': 'bool',
79 # Captures a socket address in the local ("Unix socket") namespace.
83 # @abstract: if true, this is a Linux abstract socket address. @path
87 # @tight: if false, pad an abstract socket address with enough null
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-memory.json3 "BriefDescription": "Cycles - at UCLK",
186 "BriefDescription": "Multi-socket cacheline Directory lookups (any state found)",
195 "BriefDescription": "Multi-socket cacheline Directory lookups (cacheline found in A state)",
204 "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in I state)",
213 "BriefDescription": "Multi-socket cacheline Directory lookup (cacheline found in S state)",
286 "BriefDescription": "Multi-socket cacheline Directory update from A to I",
294 "BriefDescription": "Multi-socket cacheline Directory update from A to S",
302 "BriefDescription": "Multi-socket cacheline Directory update from/to Any state",
310 "BriefDescription": "Multi-socket cacheline Directory Updates",
321 "BriefDescription": "Multi-socket cacheline Directory Updates",
[all …]
/openbmc/qemu/contrib/systemd/
H A Dqemu-pr-helper.socket4 [Socket] section
5 ListenStream=/run/qemu-pr-helper.sock
9 WantedBy=multi-user.target
H A Dqemu-vmsr-helper.socket4 [Socket] section
5 ListenStream=/run/qemu-vmsr-helper.sock
9 WantedBy=multi-user.target
/openbmc/linux/Documentation/security/
H A DSCTP.rst1 .. SPDX-License-Identifier: GPL-2.0
11 --------------
26 Passes the ``@asoc`` and ``@chunk->skb`` of the association INIT packet to the
30 @asoc - pointer to sctp association structure.
31 @skb - pointer to skbuff of association packet.
42 @sk - Pointer to sock structure.
43 @optname - Name of the option to validate.
44 @address - One or more ipv4 / ipv6 addresses.
45 @addrlen - The total length of address(s). This is calculated on each
49 ------------------------------------------------------------------
[all …]
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst1 Multi-process QEMU
6 This is the design document for multi-process QEMU. It does not
31 -------------
34 VM control point, where VMs can be created, migrated, re-configured, and
40 A multi-process QEMU
43 A multi-process QEMU involves separating QEMU services into separate
51 A QEMU control process would remain, but in multi-process mode, will
53 provide the user interface to hot-plug devices or live migrate the VM.
55 A first step in creating a multi-process QEMU is to separate IO services
62 ----------------------
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.service.in3 Wants=busybox-klogd.service
6 EnvironmentFile=-/etc/default/busybox-syslog
7 ExecStart=@base_sbindir@/syslogd -n $OPTIONS
8 Sockets=syslog.socket
11 WantedBy=multi-user.target
12 Also=busybox-klogd.service
/openbmc/libpldm/src/transport/
H A Dmctp-demux.c1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */
3 #include "container-of.h"
4 #include "mctp-defines.h"
5 #include "socket.h"
11 #include <libpldm/transport/mctp-demux.h>
18 #include <sys/socket.h>
23 #define MCTP_DEMUX_NAME "libmctp-demux-daemon"
28 int socket; member
29 /* In the future this probably needs to move to a tid-eid-uuid/network
30 * id mapping for multi mctp networks */
[all …]
/openbmc/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-topology.txt6 1 - Introduction
12 - socket
13 - cluster
14 - core
15 - thread
18 symmetric multi-threading (SMT) is supported or not.
29 Currently, only ARM/RISC-V intend to use this cpu topology binding but it may be
39 2 - cpu-map node
42 The ARM/RISC-V CPU topology is defined within the cpu-map node, which is a direct
46 - cpu-map node
[all …]
/openbmc/bmcweb/config/
H A Dmeson.build6 'basic-auth',
7 'cookie-auth',
8 'experimental-http2',
9 'experimental-redfish-dbus-log-subscription',
10 'experimental-redfish-multi-computer-system',
11 'google-api',
12 'host-serial-socket',
13 'hypervisor-computer-system',
14 'ibm-management-console',
15 'insecure-disable-auth',
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfs-mountd.service4 After=rpcbind.socket
5 Requires=proc-fs-nfsd.mount
6 After=proc-fs-nfsd.mount
7 After=network.target local-fs.target
8 BindsTo=nfs-server.service
12 EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
13 ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
18 WantedBy=multi-user.target
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.service3 Requires=syslog.socket
4 Wants=network.target network-online.target
5 After=network.target network-online.target
11 ExecStart=@sbindir@/rsyslogd -n -iNONE
13 Restart=on-failure
20 WantedBy=multi-user.target
/openbmc/linux/tools/perf/pmu-events/arch/arm64/
H A Dcommon-and-microarch.json129 "PublicDescription": "Attributable Level 1 data cache write-back",
132 "BriefDescription": "Attributable Level 1 data cache write-back"
147 "PublicDescription": "Attributable Level 2 data cache write-back",
150 "BriefDescription": "Attributable Level 2 data cache write-back"
273 "PublicDescription": "Access to another socket in a multi-socket system",
276 "BriefDescription": "Access to another socket in a multi-socket system"
303 … "PublicDescription": "Attributable memory read access to another socket in a multi-socket system",
306 … "BriefDescription": "Attributable memory read access to another socket in a multi-socket system"
309 …"PublicDescription": "Level 1 data cache long-latency read miss. The counter counts each memory r…
312 "BriefDescription": "Level 1 data cache long-latency read miss"
[all …]

12345678910