Searched refs:global_l (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 601 struct list_head global_l; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 193 list_for_each_entry(c, &chan_list, global_l) { in __l2cap_global_chan_by_addr() 481 list_add(&chan->global_l, &chan_list); in l2cap_chan_create() 509 list_del(&chan->global_l); in l2cap_chan_destroy() 1979 list_for_each_entry_safe(c, tmp, &chan_list, global_l) { in l2cap_global_chan_by_psm() 8177 list_for_each_entry(c, &chan_list, global_l) { in l2cap_connect_ind() 8209 c = list_next_entry(c, global_l); in l2cap_global_fixed_chan() 8211 c = list_entry(chan_list.next, typeof(*c), global_l); in l2cap_global_fixed_chan() 8213 list_for_each_entry_from(c, &chan_list, global_l) { in l2cap_global_fixed_chan() 8541 list_for_each_entry(c, &chan_list, global_l) { in l2cap_debugfs_show()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 173 list_for_each_entry(c, &chan_list, global_l) { in __l2cap_global_chan_by_addr() 458 list_add(&chan->global_l, &chan_list); in l2cap_chan_create() 486 list_del(&chan->global_l); in l2cap_chan_destroy() 1813 list_for_each_entry_safe(c, tmp, &chan_list, global_l) { in l2cap_global_chan_by_psm() 7157 list_for_each_entry(c, &chan_list, global_l) { in l2cap_connect_ind() 7189 c = list_next_entry(c, global_l); in l2cap_global_fixed_chan() 7191 c = list_entry(chan_list.next, typeof(*c), global_l); in l2cap_global_fixed_chan() 7193 list_for_each_entry_from(c, &chan_list, global_l) { in l2cap_global_fixed_chan() 7583 list_for_each_entry(c, &chan_list, global_l) { in l2cap_debugfs_show()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 642 struct list_head global_l; member
|
Completed in 34 milliseconds