Searched refs:list_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance
| /scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 28 iterator name list_for_each_entry_safe; 66 list_for_each_entry_safe@p1(c,...,member) { ... when != break; 98 list_for_each_entry_safe(c,...) S 100 list_for_each_entry_safe(x,c,...) S
|
| /scripts/kconfig/ |
| A D | list.h | 59 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
| A D | preprocess.c | 91 list_for_each_entry_safe(e, tmp, &env_list, node) { in env_write_dep() 333 list_for_each_entry_safe(v, tmp, &variable_list, node) in variable_all_del()
|
| A D | mconf.c | 456 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()
|
Completed in 8 milliseconds