Home
last modified time | relevance | path

Searched refs:list_for_each_entry_continue (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dplist.h160 list_for_each_entry_continue(pos, &(head)->node_list, node_list)
192 list_for_each_entry_continue(pos, &(head)->node_list, m.node_list)
Dlist.h663 #define list_for_each_entry_continue(pos, head, member) \ macro
Dnetdevice.h2838 list_for_each_entry_continue(d, &(net)->dev_base_head, dev_list)
/include/net/
Dfq_impl.h36 list_for_each_entry_continue(i, &fq->backlogs, backlogchain) in fq_rejigger_backlog()