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

  /external/linux-tools-perf/perf-3.12.0/include/linux/
poison.h 23 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA)
list.h 108 entry->prev = LIST_POISON2;
599 n->pprev = LIST_POISON2;
  /external/f2fs-tools/include/
list.h 4 #define LIST_POISON2 ((void *) (0x00200200 + POISON_POINTER_DELTA))
63 entry->prev = LIST_POISON2;
  /external/blktrace/btt/
list.h 32 #define LIST_POISON2 ((void *) 0x00200200)
114 entry->prev = LIST_POISON2;
  /external/iptables/libiptc/
linux_list.h 41 #define LIST_POISON2 ((void *) 0x00200200)
190 entry->prev = LIST_POISON2;
220 entry->prev = LIST_POISON2;
545 n->pprev = LIST_POISON2;
570 n->pprev = LIST_POISON2;

Completed in 1067 milliseconds