Searched refs:hlist_for_each_entry_safe (Results 1 – 3 of 3) sorted by relevance
/scripts/include/ |
A D | hashtable.h | 73 hlist_for_each_entry_safe(obj, tmp, &table[_bkt], member) 96 hlist_for_each_entry_safe(obj, tmp, hash_head(table, key), member)
|
A D | list.h | 423 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro
|
/scripts/coccinelle/iterators/ |
A D | use_after_iter.cocci | 36 iterator name hlist_for_each_entry_safe; 122 hlist_for_each_entry_safe(c,...) S
|
Completed in 4 milliseconds