| /Linux-v5.15/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-v5.15/net/netfilter/ipvs/ |
| D | Kconfig | 13 that will take care of intercepting incoming connections to a 52 reduce conflicts when there are hundreds of thousands of connections 61 not far less than the number of connections per second multiplying 63 virtual server gets 200 connections per second, the connection lasts 118 connections to different real servers in a round-robin manner. 127 connections to different real servers based on server weights 129 new connections first than those with less weights, and servers 130 with higher weights get more connections than those with less 131 weights and servers with equal weights get equal connections. 140 connections to the server with the least number of active [all …]
|
| /Linux-v5.15/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-v5.15/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-v5.15/Documentation/networking/ |
| D | ipvs-sysctl.rst | 35 Controls how ipvs will deal with connections that are detected 43 bit 1: enable rescheduling of new connections when it is safe. 48 bit 2: it is bit 1 plus, for TCP connections, when connections 58 connections handled by IPVS. 60 This should be enabled if connections handled by IPVS are to be 106 memory for new connections. In the current code, the 141 detection) and add back the server later, and the connections 149 connections when its destination is not available. 159 subsequent otherwise persistent connections are sent to a 161 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 | 76 helpers to connections. See the CT target description in the 127 connections. 200 Control offload timeout for tcp connections. 201 TCP connections may be offloaded from nf conntrack to nf flow table. 207 Control offload timeout for udp connections. 208 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-v5.15/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-v5.15/drivers/usb/serial/ |
| D | visor.h | 105 } connections[2]; member 153 } connections[2]; member
|
| /Linux-v5.15/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-v5.15/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.
|
| D | coresight.rst | 247 Each CoreSight component has a ``connections`` directory which will contain 257 linaro-developer:~# ls - l /sys/bus/coresight/devices/etm0/connections 264 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel2/connections 274 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel0/connections 283 linaro-developer:~# ls -l /sys/bus/coresight/devices/tmc_etf0/connections 291 linaro-developer:~# ls -l /sys/bus/coresight/devices/funnel4/connections 299 linaro-developer:~# ls -l /sys/bus/coresight/devices/replicator0/connections 307 linaro-developer:~# ls -l /sys/bus/coresight/devices/tmc_etr0/connections 316 Note: ``cti_sys0`` appears in two of the connections lists above. 320 Looking at this device we see 4 connections:: [all …]
|
| /Linux-v5.15/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-v5.15/drivers/net/wan/ |
| D | Kconfig | 12 achievable with commonly used asynchronous modem connections. 120 Generic HDLC driver supporting raw HDLC over WAN connections. 129 over WAN connections. 139 Generic HDLC driver supporting Cisco HDLC over WAN connections. 147 Generic HDLC driver supporting Frame Relay over WAN connections. 155 Generic HDLC driver supporting PPP over WAN connections. 163 Generic HDLC driver supporting X.25 over WAN connections.
|
| /Linux-v5.15/net/kcm/ |
| D | Kconfig | 11 protocol over kernel connectons (e.g. TCP connections).
|
| /Linux-v5.15/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-v5.15/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.
|
| D | mt2701-wm8960.txt | 6 - audio-routing: a list of the connections between audio
|
| D | atmel-at91sam9g20ek-wm8731-audio.txt | 6 - atmel,audio-routing: A list of the connections between audio components.
|
| /Linux-v5.15/drivers/block/drbd/ |
| D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
| D | drbd_int.h | 662 struct list_head connections; member 688 struct list_head connections; member 1036 list_for_each_entry(connection, &resource->connections, connections) 1039 list_for_each_entry_rcu(connection, &resource->connections, connections) 1042 list_for_each_entry_safe(connection, tmp, &resource->connections, connections) 2323 return list_first_entry_or_null(&resource->connections, in first_connection() 2324 struct drbd_connection, connections); in first_connection()
|
| /Linux-v5.15/net/smc/ |
| D | Kconfig | 8 AF_INET TCP connections transparently.
|
| /Linux-v5.15/include/linux/greybus/ |
| D | bundle.h | 32 struct list_head connections; member
|