Searched refs:LIST_POISON1 (Results 1 – 17 of 17) sorted by relevance
19 #define LIST_POISON1 NULL macro27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
108 entry->next = LIST_POISON1; in list_del()638 n->next = LIST_POISON1; in hlist_del()
53 CHECK_DATA_CORRUPTION(next == LIST_POISON1, in __list_del_entry_valid()55 entry, LIST_POISON1) || in __list_del_entry_valid()
77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro94 entry->next = LIST_POISON1; in list_del()
118 #define LIST_POISON1 ((void *) 0x00100100) macro129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
25 #define LIST_POISON1 ((void *) 0x100) macro129 entry->next = LIST_POISON1; in list_del()
23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
134 n->next = LIST_POISON1; in hlist_bl_del()
149 entry->next = LIST_POISON1; in list_del()914 n->next = LIST_POISON1; in hlist_del()
47 if (NVHE_CHECK_DATA_CORRUPTION(next == LIST_POISON1) || in __list_del_entry_valid()
186 .scoped_accesses = {LIST_POISON1, NULL},
807 mm->notifier_subscriptions = LIST_POISON1; /* debug */ in __mmu_notifier_subscriptions_destroy()
1305 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_pages_check()
6162 lruvec->lrugen.list.next = LIST_POISON1; in lru_gen_exit_memcg()
56 .scoped_accesses = {LIST_POISON1, NULL},
776 wc->lru.next = LIST_POISON1; in writecache_poison_lists()778 wc->freelist.next = LIST_POISON1; in writecache_poison_lists()
516 removed (100100 is a LIST_POISON1 value from the next pointer
Completed in 52 milliseconds