Home
last modified time | relevance | path

Searched refs:LIST_POISON1 (Results 1 – 4 of 4) sorted by relevance

/tools/include/linux/
A Dpoison.h19 #define LIST_POISON1 NULL macro
27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
A Dlist.h108 entry->next = LIST_POISON1; in list_del()
638 n->next = LIST_POISON1; in hlist_del()
/tools/usb/usbip/libsrc/
A Dlist.h77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
94 entry->next = LIST_POISON1; in list_del()
/tools/testing/selftests/bpf/
A Dbpf_arena_list.h84 #define LIST_POISON1 ((void __arena *) 0x100 + POISON_POINTER_DELTA) macro
90 n->next = LIST_POISON1; in list_del()

Completed in 9 milliseconds