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

  /external/kernel-headers/original/linux/
list.h 470 * list_for_each_entry_safe_continue
479 #define list_for_each_entry_safe_continue(pos, n, head, member) \ macro
  /external/linux-tools-perf/util/include/linux/added/
list.h 484 * list_for_each_entry_safe_continue - continue list iteration safe against removal
493 #define list_for_each_entry_safe_continue(pos, n, head, member) \ macro

Completed in 1131 milliseconds