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

/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dlist.h466 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
472 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h468 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
474 #define list_for_each_entry_safe(pos, n, head, member) \ macro
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h473 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
479 #define list_for_each_entry_safe(pos, n, head, member) \ macro

Completed in 84 milliseconds