global_l          600 include/net/bluetooth/l2cap.h 	struct list_head	global_l;
global_l          176 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &chan_list, global_l) {
global_l          456 net/bluetooth/l2cap_core.c 	list_add(&chan->global_l, &chan_list);
global_l          481 net/bluetooth/l2cap_core.c 	list_del(&chan->global_l);
global_l         1790 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &chan_list, global_l) {
global_l         7333 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &chan_list, global_l) {
global_l         7365 net/bluetooth/l2cap_core.c 		c = list_next_entry(c, global_l);
global_l         7367 net/bluetooth/l2cap_core.c 		c = list_entry(chan_list.next, typeof(*c), global_l);
global_l         7369 net/bluetooth/l2cap_core.c 	list_for_each_entry_from(c, &chan_list, global_l) {
global_l         7696 net/bluetooth/l2cap_core.c 	list_for_each_entry(c, &chan_list, global_l) {