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

  /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;
  /external/kernel-headers/original/linux/
list.h 160 entry->prev = LIST_POISON2;
190 entry->prev = LIST_POISON2;
231 old->prev = LIST_POISON2;
632 n->pprev = LIST_POISON2;
657 n->pprev = LIST_POISON2;
686 old->pprev = LIST_POISON2;

Completed in 89 milliseconds