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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
poison.h 22 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA)
list.h 107 entry->next = LIST_POISON1;
598 n->next = LIST_POISON1;
  /external/f2fs-tools/include/
list.h 3 #define LIST_POISON1 ((void *) (0x00100100 + POISON_POINTER_DELTA))
62 entry->next = LIST_POISON1;
  /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 484 milliseconds