Searched refs:list_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | plist.h | 154 list_for_each_entry_safe(pos, n, &(head)->node_list, node_list) 175 list_for_each_entry_safe(pos, n, &(head)->node_list, m.node_list)
|
D | list.h | 492 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
D | netdevice.h | 1550 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
|
/include/net/sctp/ |
D | auth.h | 79 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)
|