Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dlist_debug.c51 if (WARN(next == LIST_POISON1, in __list_del_entry()
53 entry, LIST_POISON1) || in __list_del_entry()
78 entry->next = LIST_POISON1; in list_del()
/linux-4.4.14/tools/usb/usbip/libsrc/
Dlist.h76 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
93 entry->next = LIST_POISON1; in list_del()
/linux-4.4.14/scripts/kconfig/
Dlist.h117 #define LIST_POISON1 ((void *) 0x00100100) macro
128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/linux-4.4.14/include/linux/
Dpoison.h22 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
Dlist_bl.h107 n->next = LIST_POISON1; in hlist_bl_del()
Dlist.h108 entry->next = LIST_POISON1; in list_del()
627 n->next = LIST_POISON1; in hlist_del()
/linux-4.4.14/mm/
Dmmu_notifier.c336 mm->mmu_notifier_mm = LIST_POISON1; /* debug */ in __mmu_notifier_mm_destroy()
Dpage_alloc.c880 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_pages_check()
/linux-4.4.14/net/rxrpc/
Daf_rxrpc.c695 ASSERTCMP(rx->listen_link.next, !=, LIST_POISON1); in rxrpc_release_sock()
/linux-4.4.14/Documentation/scsi/
DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer