OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIST_POISON2
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/include/linux/added/
poison.h
23
#define
LIST_POISON2
((void *) 0x00200200 + POISON_POINTER_DELTA)
/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 498 milliseconds