/linux-6.6.21/sound/aoa/fabrics/ |
D | layout.c | 57 struct codec_connection *connections; member 277 .connections = onyx_connections_noheadphones, 281 .connections = topaz_input, 288 .connections = onyx_connections_reallineout, 295 .connections = topaz_input, 303 .connections = onyx_connections_noheadphones, 310 .connections = topaz_input, 318 .connections = onyx_connections_noheadphones, 322 .connections = topaz_input, 329 .connections = onyx_connections_noheadphones, [all …]
|
/linux-6.6.21/net/netfilter/ipvs/ |
D | Kconfig | 13 that will take care of intercepting incoming connections to a 53 reduce conflicts when there are hundreds of thousands of connections 63 connections per second multiplying average lasting time of 65 connections per second, the connection lasts for 200 seconds in 119 connections to different real servers in a round-robin manner. 128 connections to different real servers based on server weights 130 new connections first than those with less weights, and servers 131 with higher weights get more connections than those with less 132 weights and servers with equal weights get equal connections. 141 connections to the server with the least number of active [all …]
|
/linux-6.6.21/Documentation/admin-guide/blockdev/drbd/ |
D | data-structure-v9.rst | 12 devices (aka volumes) and connections to other nodes ("peer nodes"). Each DRBD 31 volume number. Likewise, peer_devices can be accessed from connections by 33 linked lists. There are back pointers from peer_devices to their connections a 34 devices, and from connections and devices to their resource. 41 devices and connections; their lifetime is determined by the lifetime of the
|
/linux-6.6.21/net/netfilter/ |
D | xt_connlimit.c | 39 unsigned int connections; in connlimit_mt() local 72 connections = nf_conncount_count(net, info->data, key, tuple_ptr, in connlimit_mt() 74 if (connections == 0) in connlimit_mt() 78 return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); in connlimit_mt()
|
/linux-6.6.21/Documentation/networking/ |
D | ipvs-sysctl.rst | 35 Controls how ipvs will deal with connections that are detected 42 bit 1: enable rescheduling of new connections when it is safe. 47 bit 2: it is bit 1 plus, for TCP connections, when connections 57 connections handled by IPVS. 59 This should be enabled if connections handled by IPVS are to be 105 memory for new connections. In the current code, the 160 detection) and add back the server later, and the connections 168 connections when its destination is not available. 178 subsequent otherwise persistent connections are sent to a 180 connections are allowed to quiescent destination servers. [all …]
|
D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by 9 It is implemented for TCP diald-box connections(1) and IP_MASQuerading(2). 21 going up. So, the *same* (local AND masqueraded) connections requests that
|
D | nf_conntrack-sysctl.rst | 121 connections. 223 Control offload timeout for tcp connections. 224 TCP connections may be offloaded from nf conntrack to nf flow table. 230 Control offload timeout for udp connections. 231 UDP connections may be offloaded from nf conntrack to nf flow table.
|
D | proc_net_tcp.rst | 11 connections, and are implemented by tcp4_seq_show() in net/ipv4/tcp_ipv4.c 15 TCP connections. A typical entry of /proc/net/tcp would look like this (split
|
/linux-6.6.21/arch/um/drivers/ |
D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait()
|
/linux-6.6.21/drivers/usb/serial/ |
D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/ |
D | arm,coresight-cti.yaml | 17 The CTI component properties define the connections between the individual 27 described in the bindings as the actual connections are software 30 In general the connections between CTI and components via the trigger signals 34 In this case the ARM v8 architecture defines the required signal connections 44 on the connections between the CTI and other components for correct operation. 47 configuration). These registers may be used to explore the trigger connections 134 A trigger connections child node which describes the trigger signals 237 # v8 architecturally defined CTI - CPU + ETM connections generated by the 251 # Implementation defined CTI - CPU + ETM connections explicitly defined.. 298 # Implementation defined CTI - non CoreSight component connections.
|
D | arm,embedded-trace-extension.yaml | 41 Output connections from the ETE to legacy CoreSight trace bus. 56 # An ETE node without legacy CoreSight connections 62 # An ETE node with legacy CoreSight connections
|
/linux-6.6.21/drivers/net/wireless/virtual/ |
D | Kconfig | 18 This option adds support for ethernet connections to appear as if they 19 are wifi connections through a special rtnetlink device.
|
/linux-6.6.21/net/lapb/ |
D | Kconfig | 15 currently supports LAPB only over Ethernet connections. If you want 16 to use LAPB connections over Ethernet, say Y here and to "LAPB over
|
/linux-6.6.21/drivers/net/wan/ |
D | Kconfig | 12 achievable with commonly used asynchronous modem connections. 48 Generic HDLC driver supporting raw HDLC over WAN connections. 57 over WAN connections. 67 Generic HDLC driver supporting Cisco HDLC over WAN connections. 75 Generic HDLC driver supporting Frame Relay over WAN connections. 83 Generic HDLC driver supporting PPP over WAN connections. 91 Generic HDLC driver supporting X.25 over WAN connections.
|
/linux-6.6.21/Documentation/trace/coresight/ |
D | coresight-ect.rst | 46 The hardware trigger connections between CTIs and devices is implementation 48 the connections have an architecturally defined standard layout. 76 connections subsystem triggers0 triggers1 uevent 84 * ``nr_trigger_cons`` : total connections - triggers<N> directories. 92 * ``connections``: Links to connected *CoreSight* devices. The number of 101 CoreSight and non-CoreSight connections. 195 channel / trigger connections using the appropriate sysfs attributes.
|
/linux-6.6.21/drivers/greybus/ |
D | bundle.c | 96 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_disable_all_connections() 104 list_for_each_entry(connection, &bundle->connections, bundle_links) in gb_bundle_enable_all_connections() 207 INIT_LIST_HEAD(&bundle->connections); in gb_bundle_create()
|
D | core.c | 207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
/linux-6.6.21/Documentation/devicetree/bindings/display/ |
D | allwinner,sun4i-a10-display-engine.yaml | 21 For all connections between components up to the TCONs in the 36 represent the connections between the components, while the numbers 39 The same rule also applies to DE 2.0 mixer-TCON connections:
|
/linux-6.6.21/tools/hv/ |
D | hv_set_ifconfig.sh | 88 sed '/\[connection\]/a autoconnect=true' $2 > /etc/NetworkManager/system-connections/${filename}
|
/linux-6.6.21/net/kcm/ |
D | Kconfig | 11 protocol over kernel connectons (e.g. TCP connections).
|
/linux-6.6.21/drivers/infiniband/ulp/rtrs/ |
D | README | 6 which provides support to establish optimal number of connections 32 Each path consists of as many connections (QPs) as there are cpus on 66 1. Client starts establishing connections belonging to a path of a session one 71 version and magic for compatibility, total number of connections per session 84 3. After all connections of a path are established client sends to server the 108 *after all connections are established:
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_int.h | 592 struct list_head connections; member 618 struct list_head connections; member 966 list_for_each_entry(connection, &resource->connections, connections) 969 list_for_each_entry_rcu(connection, &resource->connections, connections) 972 list_for_each_entry_safe(connection, tmp, &resource->connections, connections) 2255 return list_first_entry_or_null(&resource->connections, in first_connection() 2256 struct drbd_connection, connections); in first_connection()
|
D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | qcom,apq8096.txt | 13 Definition: A list of the connections between audio components. 98 qcom,audio-routing: A list of the connections between audio components.
|