Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/coccinelle/iterators/
H A Duse_after_iter.cocci25 iterator name list_for_each_entry_continue;
51 list_for_each_entry_continue@p1(c,...,member) { ... when != break;
92 list_for_each_entry_continue(c,...) S
/openbmc/u-boot/include/linux/
H A Dlist.h445 #define list_for_each_entry_continue(pos, head, member) \ macro