/external/iproute2/include/ |
hlist.h | 42 #define hlist_for_each_safe(pos, n, head) \ macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/ |
hlist.h | 78 #define hlist_for_each_safe(i, tmp, h) \ macro
|
halloc.c | 247 hlist_for_each_safe(i, tmp, &p->children)
|
/external/iproute2/tc/ |
tc_class.c | 230 hlist_for_each_safe(n, tmp_cls, root_list) { function 236 hlist_for_each_safe(c, tmp_chld, &cls_list) {
|
/external/iptables/libiptc/ |
linux_list.h | 652 #define hlist_for_each_safe(pos, n, head) \ macro
|