Home
last modified time | relevance | path

Searched refs:DBL_LIST_FOR_EACH (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/kernel/syscalls/epoll2/include/
Ddbllist.h74 #define DBL_LIST_FOR_EACH(pos, head) for (pos = (head)->pNext; pos != (head); pos = (pos)->pNext) macro
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c435 DBL_LIST_FOR_EACH(lnk, head) { in eph_find()