Searched refs:hlist_for_each_entry_safe (Results 1 - 3 of 3) sorted by relevance

/u-boot/common/
H A Dcyclic.c70 hlist_for_each_entry_safe(cyclic, tmp, cyclic_get_list(), list) { function
121 hlist_for_each_entry_safe(cyclic, tmp, cyclic_get_list(), list)
/u-boot/cmd/
H A Dcyclic.c68 hlist_for_each_entry_safe(cyclic, tmp, cyclic_get_list(), list) { function
/u-boot/include/linux/
H A Dlist.h685 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
691 #define hlist_for_each_entry_safe(pos, n, head, member) \ macro

Completed in 91 milliseconds