HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each_entry_safe (Results 1 - 3 of 3) sorted by null

  /external/f2fs-tools/include/
list.h 84 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/iptables/libiptc/
linux_list.h 425 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
431 #define list_for_each_entry_safe(pos, n, head, member) \ macro
  /external/libusb/libusb/
libusbi.h 61 #define list_for_each_entry_safe(pos, n, head, member) \ macro

Completed in 134 milliseconds