Searched refs:LIST_POISON1 (Results 1 – 9 of 9) sorted by relevance
51 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()
76 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro93 entry->next = LIST_POISON1; in list_del()
117 #define LIST_POISON1 ((void *) 0x00100100) macro128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
22 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
106 n->next = LIST_POISON1; in hlist_bl_del()
108 entry->next = LIST_POISON1; in list_del()626 n->next = LIST_POISON1; in hlist_del()
319 mm->mmu_notifier_mm = LIST_POISON1; /* debug */ in __mmu_notifier_mm_destroy()
695 ASSERTCMP(rx->listen_link.next, !=, LIST_POISON1); in rxrpc_release_sock()
516 removed (100100 is a LIST_POISON1 value from the next pointer