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

/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dpoison.h23 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
H A Dlist.h108 entry->prev = LIST_POISON2;
599 n->pprev = LIST_POISON2;
/external/f2fs-tools/include/
H A Dlist.h4 #define LIST_POISON2 ((void *) (0x00200200 + POISON_POINTER_DELTA)) macro
63 entry->prev = LIST_POISON2;
/external/blktrace/btt/
H A Dlist.h32 #define LIST_POISON2 ((void *) 0x00200200) macro
114 entry->prev = LIST_POISON2;
/external/iptables/libiptc/
H A Dlinux_list.h41 #define LIST_POISON2 ((void *) 0x00200200) macro
190 entry->prev = LIST_POISON2;
220 entry->prev = LIST_POISON2;
545 n->pprev = LIST_POISON2;
570 n->pprev = LIST_POISON2;

Completed in 129 milliseconds