Home
last modified time | relevance | path

Searched refs:list_for_each_entry (Results 1 – 5 of 5) sorted by relevance

/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci1 /// list_for_each_entry uses its first argument to get from one element of
19 iterator name list_for_each_entry;
24 list_for_each_entry@p1(x,...) { <... x =@p2 E ...> }
34 list_for_each_entry@p1(x,...) S
46 list_for_each_entry@p1(x,...) S
A Duse_after_iter.cocci1 /// If list_for_each_entry, etc complete a traversal of the list, the iterator
23 iterator name list_for_each_entry;
41 list_for_each_entry@p1(c,...,member) { ... when != break;
88 list_for_each_entry(c,...) S
/scripts/kconfig/
A Dlist.h47 #define list_for_each_entry(pos, head, member) \ macro
A Dpreprocess.c69 list_for_each_entry(e, &env_list, node) { in env_expand()
240 list_for_each_entry(v, &variable_list, node) { in variable_lookup()
A Dmconf.c330 list_for_each_entry(sp, &trail, entries) { in set_subtitle()
369 list_for_each_entry(pos, data->head, entries) { in update_text()

Completed in 6 milliseconds