Home
last modified time | relevance | path

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

/include/linux/
A Dpoison.h24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
A Drculist_bl.h49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
A Drculist.h169 entry->prev = LIST_POISON2; in list_del_rcu()
251 old->prev = LIST_POISON2; in list_replace_rcu()
561 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_del_rcu()
583 WRITE_ONCE(old->pprev, LIST_POISON2); in hlist_replace_rcu()
A Drculist_nulls.h77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
A Dlist_nulls.h117 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
A Dlist_bl.h135 n->pprev = LIST_POISON2; in hlist_bl_del()
A Dlist.h231 entry->prev = LIST_POISON2; in list_del()
996 n->pprev = LIST_POISON2; in hlist_del()
A Dfilter.h1270 fp->aux->ksym.lnode.prev == LIST_POISON2; in bpf_prog_kallsyms_verify_off()

Completed in 17 milliseconds