OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIST_POISON2
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/include/linux/added/
poison.h
23
#define
LIST_POISON2
((void *) 0x00200200 + POISON_POINTER_DELTA)
list.h
90
entry->prev =
LIST_POISON2
;
577
n->pprev =
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
;
/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