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

/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dlist.h661 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
668 #define hlist_for_each_entry_safe(tpos, pos, n, head, member) \ macro
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h663 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
670 #define hlist_for_each_entry_safe(tpos, pos, n, head, member) \ macro
/seL4-camkes-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h671 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
678 #define hlist_for_each_entry_safe(tpos, pos, n, head, member) \ macro

Completed in 87 milliseconds