connections 27 arch/um/drivers/port_kern.c struct list_head connections; connections 63 arch/um/drivers/port_kern.c list_add(&conn->list, &conn->port->connections); connections 197 arch/um/drivers/port_kern.c .connections = LIST_HEAD_INIT(port->connections) }); connections 238 arch/um/drivers/port_kern.c conn = list_entry(port->connections.next, struct connection, connections 662 drivers/block/drbd/drbd_int.h struct list_head connections; connections 688 drivers/block/drbd/drbd_int.h struct list_head connections; connections 1037 drivers/block/drbd/drbd_int.h list_for_each_entry(connection, &resource->connections, connections) connections 1040 drivers/block/drbd/drbd_int.h list_for_each_entry_rcu(connection, &resource->connections, connections) connections 1043 drivers/block/drbd/drbd_int.h list_for_each_entry_safe(connection, tmp, &resource->connections, connections) connections 2354 drivers/block/drbd/drbd_int.h return list_first_entry_or_null(&resource->connections, connections 2355 drivers/block/drbd/drbd_int.h struct drbd_connection, connections); connections 2368 drivers/block/drbd/drbd_main.c list_del(&connection->connections); connections 2652 drivers/block/drbd/drbd_main.c INIT_LIST_HEAD(&resource->connections); connections 2726 drivers/block/drbd/drbd_main.c list_add_tail_rcu(&connection->connections, &resource->connections); connections 3554 drivers/block/drbd/drbd_nl.c connection = list_entry(&resource->connections, struct drbd_connection, connections); connections 3557 drivers/block/drbd/drbd_nl.c list_for_each_entry_continue_rcu(connection, &resource->connections, connections) { connections 3770 drivers/block/drbd/drbd_nl.c struct list_head *connections = &resource->connections; connections 3772 drivers/block/drbd/drbd_nl.c if (list_empty(connections) || connections->next->next != connections) connections 3774 drivers/block/drbd/drbd_nl.c return list_first_entry(&resource->connections, struct drbd_connection, connections); connections 4495 drivers/block/drbd/drbd_nl.c list_for_each_entry(connection, &resource->connections, connections) connections 4946 drivers/block/drbd/drbd_nl.c notify_connection_state_change(skb, seq, &state_change->connections[n], connections 73 drivers/block/drbd/drbd_state.c state_change->connections = (void *)&state_change->devices[n_devices]; connections 74 drivers/block/drbd/drbd_state.c state_change->peer_devices = (void *)&state_change->connections[n_connections]; connections 79 drivers/block/drbd/drbd_state.c state_change->connections[n].connection = NULL; connections 111 drivers/block/drbd/drbd_state.c connection_state_change = state_change->connections; connections 183 drivers/block/drbd/drbd_state.c &state_change->connections[n]; connections 226 drivers/block/drbd/drbd_state.c &state_change->connections[n_connection]; connections 271 drivers/block/drbd/drbd_state.c state_change->connections[n].connection; connections 1634 drivers/block/drbd/drbd_state.c &state_change->connections[n_connection]; connections 39 drivers/block/drbd/drbd_state_change.h struct drbd_connection_state_change *connections; connections 96 drivers/greybus/bundle.c list_for_each_entry(connection, &bundle->connections, bundle_links) connections 104 drivers/greybus/bundle.c list_for_each_entry(connection, &bundle->connections, bundle_links) connections 207 drivers/greybus/bundle.c INIT_LIST_HEAD(&bundle->connections); connections 27 drivers/greybus/connection.c list_for_each_entry(connection, &hd->connections, hd_links) { connections 60 drivers/greybus/connection.c list_for_each_entry(connection, &hd->connections, hd_links) connections 202 drivers/greybus/connection.c list_add(&connection->hd_links, &hd->connections); connections 205 drivers/greybus/connection.c list_add(&connection->bundle_links, &bundle->connections); connections 207 drivers/greybus/core.c WARN_ON(!list_empty(&bundle->connections)); connections 241 drivers/greybus/core.c list_for_each_entry(connection, &bundle->connections, bundle_links) { connections 254 drivers/greybus/core.c WARN_ON(!list_empty(&bundle->connections)); connections 174 drivers/greybus/hd.c INIT_LIST_HEAD(&hd->connections); connections 859 drivers/net/ethernet/qlogic/qed/qed.h DECLARE_HASHTABLE(connections, 10); connections 782 drivers/net/ethernet/qlogic/qed/qed_fcoe.c hash_for_each_possible(cdev->connections, hash_con, node, handle) { connections 803 drivers/net/ethernet/qlogic/qed/qed_fcoe.c if (!hash_empty(cdev->connections)) { connections 839 drivers/net/ethernet/qlogic/qed/qed_fcoe.c hash_init(cdev->connections); connections 898 drivers/net/ethernet/qlogic/qed/qed_fcoe.c hash_add(cdev->connections, &hash_con->node, *handle); connections 1117 drivers/net/ethernet/qlogic/qed/qed_iscsi.c hash_for_each_possible(cdev->connections, hash_con, node, handle) { connections 1137 drivers/net/ethernet/qlogic/qed/qed_iscsi.c if (!hash_empty(cdev->connections)) { connections 1172 drivers/net/ethernet/qlogic/qed/qed_iscsi.c hash_init(cdev->connections); connections 1227 drivers/net/ethernet/qlogic/qed/qed_iscsi.c hash_add(cdev->connections, &hash_con->node, *handle); connections 903 drivers/net/fddi/defxx.h PI_CNTR connections[PI_PHY_K_MAX]; connections 356 drivers/usb/serial/visor.c switch (connection_info->connections[i].port_function_id) { connections 378 drivers/usb/serial/visor.c connection_info->connections[i].port, string); connections 105 drivers/usb/serial/visor.h } connections[2]; connections 153 drivers/usb/serial/visor.h } connections[2]; connections 32 include/linux/greybus/bundle.h struct list_head connections; connections 50 include/linux/greybus/hd.h struct list_head connections; connections 39 net/netfilter/xt_connlimit.c unsigned int connections; connections 72 net/netfilter/xt_connlimit.c connections = nf_conncount_count(net, info->data, key, tuple_ptr, connections 74 net/netfilter/xt_connlimit.c if (connections == 0) connections 78 net/netfilter/xt_connlimit.c return (connections > info->limit) ^ !!(info->flags & XT_CONNLIMIT_INVERT); connections 1149 net/openvswitch/conntrack.c u32 per_zone_limit, connections; connections 1158 net/openvswitch/conntrack.c connections = nf_conncount_count(net, ct_limit_info->data, connections 1160 net/openvswitch/conntrack.c if (connections > per_zone_limit) connections 57 sound/aoa/fabrics/layout.c struct codec_connection *connections; connections 277 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 281 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 288 sound/aoa/fabrics/layout.c .connections = onyx_connections_reallineout, connections 295 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 303 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 310 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 318 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 322 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 329 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 333 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 340 sound/aoa/fabrics/layout.c .connections = onyx_connections_nomic, connections 347 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 354 sound/aoa/fabrics/layout.c .connections = tas_connections_nolineout, connections 361 sound/aoa/fabrics/layout.c .connections = tas_connections_nolineout, connections 368 sound/aoa/fabrics/layout.c .connections = tas_connections_nolineout, connections 375 sound/aoa/fabrics/layout.c .connections = tas_connections_all, connections 382 sound/aoa/fabrics/layout.c .connections = tas_connections_noline, connections 389 sound/aoa/fabrics/layout.c .connections = tas_connections_nolineout, connections 396 sound/aoa/fabrics/layout.c .connections = onyx_connections_nomic, connections 400 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 407 sound/aoa/fabrics/layout.c .connections = tas_connections_nolineout, connections 414 sound/aoa/fabrics/layout.c .connections = toonie_connections, connections 421 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 428 sound/aoa/fabrics/layout.c .connections = tas_connections_all, connections 434 sound/aoa/fabrics/layout.c .connections = tas_connections_nomic, connections 438 sound/aoa/fabrics/layout.c .connections = topaz_inout, connections 444 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 450 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 456 sound/aoa/fabrics/layout.c .connections = onyx_connections_nomic, connections 462 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 468 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 474 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 480 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 484 sound/aoa/fabrics/layout.c .connections = topaz_output, connections 490 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 496 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 502 sound/aoa/fabrics/layout.c .connections = tas_connections_nomic, connections 506 sound/aoa/fabrics/layout.c .connections = topaz_inout, connections 512 sound/aoa/fabrics/layout.c .connections = tas_connections_noline, connections 519 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 525 sound/aoa/fabrics/layout.c .connections = toonie_connections, connections 531 sound/aoa/fabrics/layout.c .connections = topaz_input, connections 535 sound/aoa/fabrics/layout.c .connections = onyx_connections_noheadphones, connections 542 sound/aoa/fabrics/layout.c .connections = tas_connections_noline, connections 549 sound/aoa/fabrics/layout.c .connections = tas_connections_all, connections 556 sound/aoa/fabrics/layout.c .connections = tas_connections_all, connections 801 sound/aoa/fabrics/layout.c cc = cci->connections; connections 278 sound/hda/hdac_sysfs.c static WIDGET_ATTR_RO(connections);