Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/include/linux/
Drculist.h132 entry->prev = LIST_POISON2; in list_del_rcu()
178 old->prev = LIST_POISON2; in list_replace_rcu()
343 n->pprev = LIST_POISON2; in hlist_del_rcu()
363 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.h88 n->pprev = LIST_POISON2; in hlist_nulls_del()
Dlist_bl.h108 n->pprev = LIST_POISON2; in hlist_bl_del()
Dlist.h109 entry->prev = LIST_POISON2; in list_del()
628 n->pprev = LIST_POISON2; in hlist_del()
/linux-4.4.14/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.4.14/scripts/kconfig/
Dlist.h118 #define LIST_POISON2 ((void *) 0x00200200) macro
129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/linux-4.4.14/security/apparmor/include/
Dpolicy.h47 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
/linux-4.4.14/kernel/time/
Dtimer.c721 entry->next = LIST_POISON2; in detach_timer()