Searched refs:LIST_POISON1 (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dpoison.h22 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
H A Dlist.h107 entry->next = LIST_POISON1;
598 n->next = LIST_POISON1;
/external/f2fs-tools/include/
H A Dlist.h3 #define LIST_POISON1 ((void *) (0x00100100 + POISON_POINTER_DELTA)) macro
62 entry->next = LIST_POISON1;
/external/blktrace/btt/
H A Dlist.h31 #define LIST_POISON1 ((void *) 0x00100100) macro
113 entry->next = LIST_POISON1;
/external/iptables/libiptc/
H A Dlinux_list.h40 #define LIST_POISON1 ((void *) 0x00100100) macro
189 entry->next = LIST_POISON1;
544 n->next = LIST_POISON1;

Completed in 56 milliseconds