Searched refs:list_for_each_entry (Results 1 – 5 of 5) sorted by relevance
| /scripts/coccinelle/iterators/ |
| A D | list_entry_update.cocci | 1 /// 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 D | use_after_iter.cocci | 1 /// 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 D | list.h | 47 #define list_for_each_entry(pos, head, member) \ macro
|
| A D | preprocess.c | 69 list_for_each_entry(e, &env_list, node) { in env_expand() 240 list_for_each_entry(v, &variable_list, node) { in variable_lookup()
|
| A D | mconf.c | 330 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