Home
last modified time | relevance | path

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

/scripts/coccinelle/iterators/
A Duse_after_iter.cocci28 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 Dlist.h59 #define list_for_each_entry_safe(pos, n, head, member) \ macro
A Dpreprocess.c91 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 Dmconf.c456 list_for_each_entry_safe(pos, tmp, &head, entries) in search_conf()

Completed in 8 milliseconds