sco_sk_list        40 net/bluetooth/sco.c static struct bt_sock_list sco_sk_list = {
sco_sk_list        41 net/bluetooth/sco.c 	.lock = __RW_LOCK_UNLOCKED(sco_sk_list.lock)
sco_sk_list       329 net/bluetooth/sco.c 	sk_for_each(sk, &sco_sk_list.head) {
sco_sk_list       347 net/bluetooth/sco.c 	read_lock(&sco_sk_list.lock);
sco_sk_list       349 net/bluetooth/sco.c 	sk_for_each(sk, &sco_sk_list.head) {
sco_sk_list       362 net/bluetooth/sco.c 	read_unlock(&sco_sk_list.lock);
sco_sk_list       403 net/bluetooth/sco.c 	bt_sock_unlink(&sco_sk_list, sk);
sco_sk_list       493 net/bluetooth/sco.c 	bt_sock_link(&sco_sk_list, sk);
sco_sk_list       608 net/bluetooth/sco.c 	write_lock(&sco_sk_list.lock);
sco_sk_list       621 net/bluetooth/sco.c 	write_unlock(&sco_sk_list.lock);
sco_sk_list      1090 net/bluetooth/sco.c 	read_lock(&sco_sk_list.lock);
sco_sk_list      1091 net/bluetooth/sco.c 	sk_for_each(sk, &sco_sk_list.head) {
sco_sk_list      1104 net/bluetooth/sco.c 	read_unlock(&sco_sk_list.lock);
sco_sk_list      1164 net/bluetooth/sco.c 	read_lock(&sco_sk_list.lock);
sco_sk_list      1166 net/bluetooth/sco.c 	sk_for_each(sk, &sco_sk_list.head) {
sco_sk_list      1171 net/bluetooth/sco.c 	read_unlock(&sco_sk_list.lock);
sco_sk_list      1223 net/bluetooth/sco.c 	err = bt_procfs_init(&init_net, "sco", &sco_sk_list, NULL);