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

  /external/linux-tools-perf/util/include/linux/added/
poison.h 22 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA)
list.h 89 entry->next = LIST_POISON1;
576 n->next = LIST_POISON1;
  /external/blktrace/btt/
list.h 31 #define LIST_POISON1 ((void *) 0x00100100)
113 entry->next = LIST_POISON1;
  /external/linux-tools-perf/
Android.mk 105 # in list.h: entry->next = LIST_POISON1;
140 # in list.h: entry->next = LIST_POISON1;
204 # in list.h: entry->next = LIST_POISON1;
247 # in list.h: entry->next = LIST_POISON1;
  /external/iptables/libiptc/
linux_list.h 40 #define LIST_POISON1 ((void *) 0x00100100)
189 entry->next = LIST_POISON1;
544 n->next = LIST_POISON1;
  /external/kernel-headers/original/linux/
list.h 159 entry->next = LIST_POISON1;
631 n->next = LIST_POISON1;

Completed in 113 milliseconds