Home
last modified time | relevance | path

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

/linux-3.4.99/lib/
Dlist_debug.c47 if (WARN(next == LIST_POISON1, in __list_del_entry()
49 entry, LIST_POISON1) || in __list_del_entry()
74 entry->next = LIST_POISON1; in list_del()
/linux-3.4.99/include/linux/
Dpoison.h22 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
Dlist_bl.h106 n->next = LIST_POISON1; in hlist_bl_del()
Dlist.h107 entry->next = LIST_POISON1; in list_del()
614 n->next = LIST_POISON1; in hlist_del()
/linux-3.4.99/mm/
Dmmu_notifier.c285 mm->mmu_notifier_mm = LIST_POISON1; /* debug */ in __mmu_notifier_mm_destroy()
/linux-3.4.99/net/rxrpc/
Daf_rxrpc.c695 ASSERTCMP(rx->listen_link.next, !=, LIST_POISON1); in rxrpc_release_sock()
/linux-3.4.99/drivers/usb/host/
Dxhci-hub.c307 if (cmd->cmd_list.next != LIST_POISON1) in xhci_stop_device()
Dxhci.c3421 if (reset_device_cmd->cmd_list.next != LIST_POISON1) in xhci_discover_or_reset_device()
/linux-3.4.99/Documentation/scsi/
DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer