Home
last modified time | relevance | path

Searched refs:LIST_POISON2 (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/lib/
Dlist_debug.c54 WARN(prev == LIST_POISON2, in __list_del_entry()
56 entry, LIST_POISON2) || in __list_del_entry()
79 entry->prev = LIST_POISON2; in list_del()
/linux-4.1.27/include/linux/
Drculist.h132 entry->prev = LIST_POISON2; in list_del_rcu()
178 old->prev = LIST_POISON2; in list_replace_rcu()
346 n->pprev = LIST_POISON2; in hlist_del_rcu()
366 old->pprev = LIST_POISON2; in hlist_replace_rcu()
Dpoison.h23 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
Drculist_nulls.h68 n->pprev = LIST_POISON2; in hlist_nulls_del_rcu()
Drculist_bl.h76 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
Dlist_nulls.h87 n->pprev = LIST_POISON2; in hlist_nulls_del()
Dlist_bl.h107 n->pprev = LIST_POISON2; in hlist_bl_del()
Dlist.h109 entry->prev = LIST_POISON2; in list_del()
627 n->pprev = LIST_POISON2; in hlist_del()
/linux-4.1.27/tools/usb/usbip/libsrc/
Dlist.h77 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro
94 entry->prev = LIST_POISON2; in list_del()
/linux-4.1.27/scripts/kconfig/
Dlist.h118 #define LIST_POISON2 ((void *) 0x00200200) macro
129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/linux-4.1.27/security/apparmor/include/
Dpolicy.h47 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/linux-4.1.27/kernel/time/
Dtimer.c709 entry->prev = LIST_POISON2; in detach_timer()