OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIST_POISON1
(Results
1 - 4
of
4
) sorted by null
/external/f2fs-tools/include/
list.h
3
#define
LIST_POISON1
((void *) (0x00100100 + POISON_POINTER_DELTA))
62
entry->next =
LIST_POISON1
;
/external/linux-tools-perf/perf-3.12.0/include/linux/
poison.h
22
#define
LIST_POISON1
((void *) 0x00100100 + POISON_POINTER_DELTA)
/external/blktrace/btt/
list.h
31
#define
LIST_POISON1
((void *) 0x00100100)
113
entry->next =
LIST_POISON1
;
/external/iptables/libiptc/
linux_list.h
40
#define
LIST_POISON1
((void *) 0x00100100)
189
entry->next =
LIST_POISON1
;
544
n->next =
LIST_POISON1
;
Completed in 96 milliseconds