Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 44 static struct cfs_hash *conn_hash; variable 53 conn = cfs_hash_lookup(conn_hash, &peer); in ptlrpc_connection_get() 77 conn2 = cfs_hash_findadd_unique(conn_hash, &peer, &conn->c_hash); in ptlrpc_connection_get() 140 conn_hash = cfs_hash_create("CONN_HASH", in ptlrpc_connection_init() 147 if (!conn_hash) in ptlrpc_connection_init() 156 cfs_hash_putref(conn_hash); in ptlrpc_connection_fini()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 340 struct hci_conn_hash conn_hash; member 643 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add() 666 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del() 692 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num() 710 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count() 717 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type() 738 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle() 757 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba() 777 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state()
|
/linux-4.1.27/net/bluetooth/ |
D | hci_conn.c | 1146 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush() 1226 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list() 1368 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
|
D | hci_core.c | 3062 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev() 3532 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent() 3591 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to() 3613 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent() 3694 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
|
D | mgmt.c | 1508 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in clean_up_hci_state() 3135 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections() 3148 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
|
D | hci_event.c | 4644 if (hdev->conn_hash.le_num_slave > 0) in check_pending_le_conn()
|