LIST_POISON1      106 include/linux/list.h 	entry->next = LIST_POISON1;
LIST_POISON1      579 include/linux/list.h 	n->next = LIST_POISON1;
LIST_POISON1       53 lib/list_debug.c 	entry->next = LIST_POISON1;
LIST_POISON1      229 mm/mmu_notifier.c 	mm->mmu_notifier_mm = LIST_POISON1; /* debug */
LIST_POISON1      690 net/rxrpc/af_rxrpc.c 	ASSERTCMP(rx->listen_link.next, !=, LIST_POISON1);