Home
last modified time | relevance | path

Searched refs:connections (Results 1 – 25 of 185) sorted by relevance

12345678

/kernel/linux/linux-5.10/sound/aoa/fabrics/
Dlayout.c57 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 …]
/kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/
Ddata-structure-v9.rst12 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
/kernel/linux/linux-5.10/net/netfilter/ipvs/
DKconfig13 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 …]
/kernel/linux/linux-5.10/net/netfilter/
Dxt_connlimit.c39 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()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c589 WRITE_ONCE(peer->sbi->connections.recent_ol, jif_tmp); in peer_online()
789 struct mutex *lock = &peer->sbi->connections.node_lock; in hmdfs_peer_release()
823 struct mutex *lock = &peer->sbi->connections.node_lock; in peer_put()
942 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop()
943 list_for_each_entry_safe(node, con_tmp, &sbi->connections.node_list, in hmdfs_connections_stop()
945 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop()
948 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop()
950 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop()
1002 mutex_lock(&sbi->connections.node_lock); in hmdfs_lookup_from_devid()
1003 list_for_each_entry(con, &sbi->connections.node_list, list) { in hmdfs_lookup_from_devid()
[all …]
Ddevice_node.c206 mutex_lock(&sbi->connections.node_lock); in sbi_status_show()
207 list_for_each_entry(peer, &sbi->connections.node_list, list) { in sbi_status_show()
224 mutex_unlock(&sbi->connections.node_lock); in sbi_status_show()
248 mutex_lock(&sbi->connections.node_lock); in sbi_stat_show()
249 list_for_each_entry(peer, &sbi->connections.node_list, list) { in sbi_stat_show()
267 mutex_unlock(&sbi->connections.node_lock); in sbi_stat_show()
279 mutex_lock(&sbi->connections.node_lock); in sbi_stat_store()
280 list_for_each_entry(peer, &sbi->connections.node_list, list) { in sbi_stat_store()
291 mutex_unlock(&sbi->connections.node_lock); in sbi_stat_store()
997 mutex_lock(&sbi->connections.node_lock); in sbi_show_idr_stats()
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
Dipvs-sysctl.rst35 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
140 detection) and add back the server later, and the connections
148 connections when its destination is not available.
158 subsequent otherwise persistent connections are sent to a
160 connections are allowed to quiescent destination servers.
[all …]
Dip_dynaddr.rst7 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
Dproc_net_tcp.rst11 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
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_root.c36 mutex_lock(&sbi->connections.node_lock); in get_next_con()
37 head = &sbi->connections.node_list; in get_next_con()
49 list_for_each_entry(con, &sbi->connections.node_list, list) { in get_next_con()
64 mutex_unlock(&sbi->connections.node_lock); in get_next_con()
Dmain.c351 mutex_lock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
352 list_for_each_entry(con, &sbi->connections.node_list, list) { in hmdfs_remote_statfs()
355 mutex_unlock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
362 mutex_lock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
365 mutex_unlock(&sbi->connections.node_lock); in hmdfs_remote_statfs()
496 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
497 list_for_each_entry(con, &sbi->connections.node_list, list) { in hmdfs_sync_fs()
507 mutex_unlock(&sbi->connections.node_lock); in hmdfs_sync_fs()
522 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
532 mutex_lock(&sbi->connections.node_lock); in hmdfs_sync_fs()
[all …]
/kernel/linux/linux-5.10/arch/um/drivers/
Dport_kern.c27 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()
/kernel/linux/linux-5.10/drivers/usb/serial/
Dvisor.h105 } connections[2]; member
153 } connections[2]; member
/kernel/linux/linux-5.10/net/lapb/
DKconfig15 currently supports LAPB only over Ethernet connections. If you want
16 to use LAPB connections over Ethernet, say Y here and to "LAPB over
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dgraph.txt7 control flow to devices, but there can be more complex connections between
11 phandle properties pointing to other nodes to describe connections that
18 type of the connections, they just map their existence. Specific properties
24 the connecting data buses. A single port with multiple connections can
/kernel/linux/linux-5.10/Documentation/trace/coresight/
Dcoresight-ect.rst46 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.
/kernel/linux/linux-5.10/drivers/greybus/
Dbundle.c96 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()
Dcore.c207 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()
/kernel/linux/linux-5.10/drivers/net/wan/
DKconfig12 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.
334 carry several logical point-to-point connections to other computers
350 How many logical point-to-point frame relay connections (the
/kernel/linux/linux-5.10/net/kcm/
DKconfig11 protocol over kernel connectons (e.g. TCP connections).
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
DREADME6 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:
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dqcom,apq8096.txt13 Definition: A list of the connections between audio components.
98 qcom,audio-routing: A list of the connections between audio components.
Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_state_change.h39 struct drbd_connection_state_change *connections; member
/kernel/linux/linux-5.10/net/smc/
DKconfig8 AF_INET TCP connections transparently.

12345678