/kernel/linux/linux-5.10/sound/aoa/fabrics/ |
H A D | layout.c | 23 /* These are the connections the layout fabric 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 [all...] |
/kernel/linux/linux-6.6/sound/aoa/fabrics/ |
H A D | layout.c | 23 /* These are the connections the layout fabric 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 [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_connlimit.c | 3 * connections per IP address. 6 * only ignore TIME_WAIT or gone connections 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() 134 MODULE_DESCRIPTION("Xtables: Number of connections matching");
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.c | 589 WRITE_ONCE(peer->sbi->connections.recent_ol, jif_tmp); in peer_online() 784 struct mutex *lock = &peer->sbi->connections.node_lock; in hmdfs_peer_release() 818 struct mutex *lock = &peer->sbi->connections.node_lock; in peer_put() 937 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop() 938 list_for_each_entry_safe(node, con_tmp, &sbi->connections.node_list, in hmdfs_connections_stop() 940 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop() 943 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop() 945 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop() 997 mutex_lock(&sbi->connections.node_lock); in hmdfs_lookup_from_devid() 998 list_for_each_entry(con, &sbi->connections in hmdfs_lookup_from_devid() [all...] |
H A D | device_node.c | 206 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 in sbi_show_idr_stats() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.c | 589 WRITE_ONCE(peer->sbi->connections.recent_ol, jif_tmp); in peer_online() 784 struct mutex *lock = &peer->sbi->connections.node_lock; in hmdfs_peer_release() 818 struct mutex *lock = &peer->sbi->connections.node_lock; in peer_put() 937 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop() 938 list_for_each_entry_safe(node, con_tmp, &sbi->connections.node_list, in hmdfs_connections_stop() 940 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop() 943 mutex_lock(&sbi->connections.node_lock); in hmdfs_connections_stop() 945 mutex_unlock(&sbi->connections.node_lock); in hmdfs_connections_stop() 997 mutex_lock(&sbi->connections.node_lock); in hmdfs_lookup_from_devid() 998 list_for_each_entry(con, &sbi->connections in hmdfs_lookup_from_devid() [all...] |
H A D | device_node.c | 206 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 in sbi_show_idr_stats() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_root.c | 36 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()
|
H A D | main.c | 351 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 in hmdfs_sync_fs() [all...] |
H A D | inode_merge.c | 509 mutex_lock(&sbi->connections.node_lock); in lookup_merge_normal() 518 list_for_each_entry(peer, &sbi->connections.node_list, list) { in lookup_merge_normal() 528 mutex_unlock(&sbi->connections.node_lock); in lookup_merge_normal() 578 mutex_lock(&sbi->connections.node_lock); in do_lookup_merge_root() 579 list_for_each_entry(peer, &sbi->connections.node_list, list) { in do_lookup_merge_root() 580 mutex_unlock(&sbi->connections.node_lock); in do_lookup_merge_root() 587 mutex_lock(&sbi->connections.node_lock); in do_lookup_merge_root() 589 mutex_unlock(&sbi->connections.node_lock); in do_lookup_merge_root()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | file_root.c | 36 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()
|
H A D | main.c | 351 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 in hmdfs_sync_fs() [all...] |
H A D | inode_merge.c | 509 mutex_lock(&sbi->connections.node_lock); in lookup_merge_normal() 518 list_for_each_entry(peer, &sbi->connections.node_list, list) { in lookup_merge_normal() 528 mutex_unlock(&sbi->connections.node_lock); in lookup_merge_normal() 578 mutex_lock(&sbi->connections.node_lock); in do_lookup_merge_root() 579 list_for_each_entry(peer, &sbi->connections.node_list, list) { in do_lookup_merge_root() 580 mutex_unlock(&sbi->connections.node_lock); in do_lookup_merge_root() 587 mutex_lock(&sbi->connections.node_lock); in do_lookup_merge_root() 589 mutex_unlock(&sbi->connections.node_lock); in do_lookup_merge_root()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_connlimit.c | 3 * connections per IP address. 6 * only ignore TIME_WAIT or gone connections 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() 134 MODULE_DESCRIPTION("Xtables: Number of connections matching");
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 71 "There are currently no UML consoles waiting for port connections.\n" \ 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait() 252 * connections until a good one is found. in port_wait()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | port_kern.c | 27 struct list_head connections; member 63 list_add(&conn->list, &conn->port->connections); in pipe_interrupt() 71 "There are currently no UML consoles waiting for port connections.\n" \ 197 .connections = LIST_HEAD_INIT(port->connections) }); in port_data() 238 conn = list_entry(port->connections.next, struct connection, in port_wait() 252 * connections until a good one is found. in port_wait()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | visor.h | 105 } connections[2]; member 129 * @num_ports: maximum number of functions/connections in use 132 * connections.end_point_info is non-zero. If value is 0, then 133 * connections.port contains the endpoint number, which is the same for in 142 * The maximum number of connections currently supported is 2 153 } connections[2]; member
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | visor.h | 105 } connections[2]; member 129 * @num_ports: maximum number of functions/connections in use 132 * connections.end_point_info is non-zero. If value is 0, then 133 * connections.port contains the endpoint number, which is the same for in 142 * The maximum number of connections currently supported is 2 153 } connections[2]; member
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A 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()
|
H A D | core.c | 205 * Catch buggy drivers that fail to destroy their connections. in greybus_probe() 207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 237 * Disable (non-offloaded) connections early in case the interface is in greybus_remove() 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 253 /* Catch buggy drivers that fail to destroy their connections. */ in greybus_remove() 254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A 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()
|
H A D | core.c | 205 * Catch buggy drivers that fail to destroy their connections. in greybus_probe() 207 WARN_ON(!list_empty(&bundle->connections)); in greybus_probe() 237 * Disable (non-offloaded) connections early in case the interface is in greybus_remove() 241 list_for_each_entry(connection, &bundle->connections, bundle_links) { in greybus_remove() 253 /* Catch buggy drivers that fail to destroy their connections. */ in greybus_remove() 254 WARN_ON(!list_empty(&bundle->connections)); in greybus_remove()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_state_change.h | 39 struct drbd_connection_state_change *connections; member
|
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | bundle.h | 32 struct list_head connections; member
|