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

  /external/kernel-headers/original/linux/
list.h 486 * list_for_each_entry_safe_from
495 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro
  /external/linux-tools-perf/util/include/linux/added/
list.h 500 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
509 #define list_for_each_entry_safe_from(pos, n, head, member) \ macro

Completed in 147 milliseconds