/Linux-v5.15/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 2 bpftool-cgroup 4 ------------------------------------------------------------------------------- 6 ------------------------------------------------------------------------------- 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--debug** } | 16 { **-f** | **--bpffs** } } 36 | *ATTACH_FLAGS* := { **multi** | **override** } 67 *ATTACH_FLAGS* can be one of: **override** if a sub-cgroup installs 68 some bpf program, the program in this cgroup yields to sub-cgroup 69 program; **multi** if a sub-cgroup installs some bpf program, 78 **multi**. They are executed in FIFO order (those that were [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 112 "ScaleUnit": "7.11E-06Bytes", 263 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 268 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 273 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 278 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 283 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 288 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… 293 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 298 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri… [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/skylakex/ |
D | uncore-other.json | 10 …"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.… 112 "ScaleUnit": "7.11E-06Bytes", 263 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed", 268 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory st… 273 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed", 278 …"PublicDescription": "Counts transactions that looked into the multi-socket cacheline Directory s… 283 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 288 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates memory writes iss… 293 …"BriefDescription": "Multi-socket cacheline Directory state updates; Directory Updated memory writ… 298 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri… [all …]
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | sk_lookup.c | 1 // 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. 78 bool reuseport_has_conns; /* Add a connected socket to reuseport group */ 94 errno = -prog_fd; in attach_reuseport() [all …]
|
/Linux-v5.15/arch/x86/kernel/cpu/ |
D | hygon.c | 1 // SPDX-License-Identifier: GPL-2.0+ 15 #include <asm/spec-ctrl.h> 23 * nodes_per_socket: Stores the number of nodes per socket. 37 for (i = apicid - 1; i >= 0; i--) { in nearby_node() 59 * (1) Hygon multi-node processors 67 /* get information required for multi-node processors */ in hygon_get_topology() 74 c->cpu_die_id = ecx & 0xff; in hygon_get_topology() 76 c->cpu_core_id = ebx & 0xff; in hygon_get_topology() 79 c->x86_max_cores /= smp_num_siblings; in hygon_get_topology() 87 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology() [all …]
|
/Linux-v5.15/drivers/tty/serial/8250/ |
D | serial_cs.c | 1 // 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 …]
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
D | tuners.rst | 1 .. 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 …]
|
/Linux-v5.15/Documentation/security/ |
D | SCTP.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 -------------- 29 Passes the ``@ep`` and ``@chunk->skb`` of the association INIT packet to the 33 @ep - pointer to sctp endpoint structure. 34 @skb - pointer to skbuff of association packet. 45 @sk - Pointer to sock structure. 46 @optname - Name of the option to validate. 47 @address - One or more ipv4 / ipv6 addresses. 48 @addrlen - The total length of address(s). This is calculated on each 52 ------------------------------------------------------------------ [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/cpu/ |
D | cpu-topology.txt | 6 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 …]
|
/Linux-v5.15/drivers/isdn/mISDN/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 obj-$(CONFIG_MISDN) += mISDN_core.o 7 obj-$(CONFIG_MISDN_DSP) += mISDN_dsp.o 8 obj-$(CONFIG_MISDN_L1OIP) += l1oip.o 10 # multi objects 12 mISDN_core-objs := core.o fsm.o socket.o clock.o hwchannel.o stack.o layer1.o layer2.o tei.o timerd… 13 mISDN_dsp-objs := dsp_core.o dsp_cmx.o dsp_tones.o dsp_dtmf.o dsp_audio.o dsp_blowfish.o dsp_pipeli… 14 l1oip-objs := l1oip_core.o l1oip_codec.o
|
D | l1oip_core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 Value 3 = BRI (multi channel frame, not supported yet) 16 Value 4 = PRI (multi channel frame, not supported yet) 17 A multi channel frame reduces overhead to a single frame for all 18 b-channels, but increases delay. 19 (NOTE: Multi channel frames are not implemented yet.) 28 0 = we use a-Law (default) 29 1 = we use u-Law 32 limitation of B-channels to control bandwidth (1...126) 34 PRI: 1-30, 31-126 (126, because dchannel ist not counted here) [all …]
|
/Linux-v5.15/Documentation/networking/ |
D | can.rst | 2 SocketCAN - Controller Area Network 13 socket API, the Linux network stack and implements the CAN device 14 drivers as network interfaces. The CAN socket API has been designed 20 .. _socketcan-motivation: 22 Motivation / Why Using the Socket API 29 functionality. Usually, there is only a hardware-specific device 32 Queueing of frames and higher-level transport protocols like ISO-TP 34 character-device implementations support only one single process to 41 protocol family has been implemented which provides a socket interface 47 protocol family module and also vice-versa. Also, the protocol family [all …]
|
D | scaling.rst | 1 .. SPDX-License-Identifier: GPL-2.0 13 multi-processor systems. 17 - RSS: Receive Side Scaling 18 - RPS: Receive Packet Steering 19 - RFS: Receive Flow Steering 20 - Accelerated Receive Flow Steering 21 - XPS: Transmit Packet Steering 28 (multi-queue). On reception, a NIC can send different packets to different 33 generally known as “Receive-side Scaling” (RSS). The goal of RSS and 35 Multi-queue distribution can also be used for traffic prioritization, but [all …]
|
D | vrf.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 routing and forwarding domains (aka VRFs, VRF-lite to be specific) in the 12 Linux network stack. One use case is the multi-tenancy problem where each 16 Processes can be "VRF aware" by binding a socket to the VRF device. Packets 17 through the socket then use the routing table associated with the VRF 30 ------ 34 +-----------------------------+ 35 | vrf-blue | ===> route table 10 36 +-----------------------------+ 38 +------+ +------+ +-------------+ [all …]
|
/Linux-v5.15/drivers/pcmcia/ |
D | ds.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ds.c -- 16-bit PCMCIA core support 10 * (C) 2003 - 2010 Dominik Brodowski 23 #include <linux/dma-mapping.h> 45 const struct pcmcia_device_id *did = p_drv->id_table; in pcmcia_check_driver() 49 if (!p_drv->probe || !p_drv->remove) in pcmcia_check_driver() 51 "function\n", p_drv->name); in pcmcia_check_driver() 53 while (did && did->match_flags) { in pcmcia_check_driver() 55 if (!did->prod_id[i]) in pcmcia_check_driver() 58 hash = crc32(0, did->prod_id[i], strlen(did->prod_id[i])); in pcmcia_check_driver() [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/arm64/ |
D | armv8-common-and-microarch.json | 93 "PublicDescription": "Attributable Level 1 data cache write-back", 96 "BriefDescription": "Attributable Level 1 data cache write-back" 111 "PublicDescription": "Attributable Level 2 data cache write-back", 114 "BriefDescription": "Attributable Level 2 data cache write-back" 231 "PublicDescription": "Access to another socket in a multi-socket system", 234 "BriefDescription": "Access to another socket in a multi-socket system" 285 "PublicDescription": "Floating-point Operations speculatively executed.", 288 "BriefDescription": "Floating-point Operations speculatively executed." 291 "PublicDescription": "Floating-point FMA Operations speculatively executed.", 294 "BriefDescription": "Floating-point FMA Operations speculatively executed." [all …]
|
/Linux-v5.15/Documentation/x86/ |
D | topology.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 The architecture-agnostic topology definitions are in 12 Documentation/admin-guide/cputopology.rst. This file holds x86-specific 17 Needless to say, code should use the generic functions - this file is *only* 27 socket has no relevance to software. It's an electromechanical component. In 28 the past a socket always contained a single package (see below), but with the 29 advent of Multi Chip Modules (MCM) a socket can hold more than one package. So 35 - packages 36 - cores 37 - threads [all …]
|
/Linux-v5.15/fs/quota/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 For further details, read the Quota mini-HOWTO, available from 20 multi user systems. If unsure, say N. 38 future. Please use notification via netlink socket instead. 66 formats. Both these formats support 32-bit UIDs/GIDs and vfsv1 format 67 also supports 64-bit inode and block quota limits. If you need this
|
/Linux-v5.15/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 1 .. SPDX-License-Identifier: GPL-2.0 25 Most OSes today have built-in support for a number of "fake" 27 User Mode Linux takes this concept to the ultimate extreme - there 30 concepts which map onto something provided by the host - files, sockets, 36 The UML kernel is just a process running on Linux - same as any other 57 * You can run a usermode kernel as a non-root user (you may need to 99 This is extremely easy on Debian - you can do it using debootstrap. It is 100 also easy on OpenWRT - the build process can build UML images. All other 101 distros - YMMV. 114 or by running ``tune2fs -o discard /dev/ubdXX`` will request UML to [all …]
|
/Linux-v5.15/tools/testing/ktest/examples/ |
D | vmware.conf | 5 # ------------- 6 # - Edit the Virtual Machine ("Edit virtual machine settings") 7 # - Add a Serial Port 8 # - You almost certainly want it set "Connect at power on" 9 # - Select "Use socket (named pipe)" 10 # - Select a name that you'll recognize, like 'ktestserialpipe' 11 # - From: Server 12 # - To: A Virtual Machine 13 # - Save 14 # - Make sure you note the name, it will be in the base directory of the [all …]
|
/Linux-v5.15/Documentation/filesystems/cifs/ |
D | ksmbd.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 KSMBD - SMB3 Kernel Server 23 --------------------- 36 as workitems and to be executed in the handlers of the ksmbd-io kworker threads. 44 for each command which is further queued to be handled by ksmbd-io kworkers. 50 -------------------------------- 56 and connected to the kernel interface using netlink socket, it waits for the 77 Multi-credits Supported. 79 HMAC-SHA256 Signing Supported. 82 Pre-authentication integrity Supported. [all …]
|
/Linux-v5.15/drivers/eisa/ |
D | eisa.ids | 6 # Marc Zyngier <maz@wild-wind.fr.eu.org> 10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter" 11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter" 12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter" 13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter" 14 ACC1200 "ACCTON EtherCombo-32 Ethernet Adapter" 15 ACC120A "ACCTON EtherCombo-32 Ethernet Adapter" 25 ACE7010 "ACME Multi-Function Board" 39 ACR1711 "AcerFrame 1000 486/33 SYSTEM-2" 41 ACR3211 "AcerFrame 3000MP 486 SYSTEM-1" [all …]
|
/Linux-v5.15/Documentation/admin-guide/perf/ |
D | hisi-pmu.rst | 13 two HHAs (0 - 1) and four DDRCs (0 - 3), respectively. 16 ------------------------------- 28 name will appear in event listing as hisi_sccl<sccl-id>_module<index-id>. 29 where "sccl-id" is the identifier of the SCCL and "index-id" is the index of 45 ------------------------------------------ 47 ------------------------------------------ 49 ------------------------------------------ 51 ------------------------------------------ 53 $# perf stat -a -e hisi_sccl3_l3c0/rd_hit_cpipe/ sleep 5 54 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02/ sleep 5 [all …]
|
/Linux-v5.15/security/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 49 bool "Socket and Networking Security Hooks" 52 This enables the socket and networking security hooks. 54 implement socket and networking access controls. 83 implement per-packet access controls based on labels 84 derived from IPSec policy. Non-IPSec communications are 173 rejecting the copy, falling back to non-whitelisted hardened 185 When a multi-page allocation is done without __GFP_COMP, 223 default "/sbin/usermode-helper" 260 initialized first. Overridden by non-default CONFIG_LSM. [all …]
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | timekeeping.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Timekeeping Virtualization for X86-Based Architectures 32 information relevant to KVM and hardware-based virtualization. 41 2.1. i8254 - PIT 42 ---------------- 46 channels which can be programmed to deliver periodic or one-shot interrupts. 53 The PIT uses I/O ports 0x40 - 0x43. Access to the 16-bit counters is done 59 -------------- ---------------- 61 | 1.1932 MHz|---------->| CLOCK OUT | ---------> IRQ 0 63 -------------- | +->| GATE TIMER 0 | [all …]
|