Home
last modified time | relevance | path

Searched refs:conn_hash (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c44 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.4.14/include/net/bluetooth/
Dhci_core.h346 struct hci_conn_hash conn_hash; member
666 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_add()
689 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_del()
715 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_num()
733 struct hci_conn_hash *c = &hdev->conn_hash; in hci_conn_count()
740 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_lookup_type()
761 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_handle()
780 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_ba()
801 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_le()
824 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_lookup_state()
[all …]
/linux-4.4.14/net/bluetooth/
Dhci_conn.c150 list_for_each_entry_rcu(c, &hdev->conn_hash.list, list) { in le_scan_cleanup()
1357 struct hci_conn_hash *h = &hdev->conn_hash; in hci_conn_hash_flush()
1437 list_for_each_entry(c, &hdev->conn_hash.list, list) { in hci_get_conn_list()
1579 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_lookup_handle()
Dhci_core.c3290 INIT_LIST_HEAD(&hdev->conn_hash.list); in hci_alloc_dev()
3809 struct hci_conn_hash *h = &hdev->conn_hash; in hci_low_sent()
3868 struct hci_conn_hash *h = &hdev->conn_hash; in hci_link_tx_to()
3890 struct hci_conn_hash *h = &hdev->conn_hash; in hci_chan_sent()
3971 struct hci_conn_hash *h = &hdev->conn_hash; in hci_prio_recalculate()
Dmgmt.c1641 list_for_each_entry(conn, &hdev->conn_hash.list, list) { in clean_up_hci_state()
3259 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
3272 list_for_each_entry(c, &hdev->conn_hash.list, list) { in get_connections()
Dhci_event.c4651 if (hdev->conn_hash.le_num_slave > 0) in check_pending_le_conn()