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

  /external/linux-tools-perf/util/include/linux/added/
poison.h 22 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA)
  /external/blktrace/btt/
list.h 31 #define LIST_POISON1 ((void *) 0x00100100)
113 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;

Completed in 211 milliseconds