HomeSort by relevance Sort by last modified time
    Searched refs:DBL_LIST_FOR_EACH (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/epoll2/include/
dbllist.h 74 #define DBL_LIST_FOR_EACH(pos, head) for (pos = (head)->pNext; pos != (head); pos = (pos)->pNext)
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 435 DBL_LIST_FOR_EACH(lnk, head) {

Completed in 85 milliseconds