Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dpoison.h19 #define LIST_POISON1 NULL macro
27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
H A Dlist.h108 entry->next = LIST_POISON1; in list_del()
627 n->next = LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/kernel/lib/
H A Dlist_debug.c53 CHECK_DATA_CORRUPTION(next == LIST_POISON1, in __list_del_entry_valid()
55 entry, LIST_POISON1) || in __list_del_entry_valid()
/OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/
H A Dlist.h77 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
94 entry->next = LIST_POISON1; in list_del()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dlist.h118 #define LIST_POISON1 ((void *) 0x00100100) macro
129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dlist.h117 #define LIST_POISON1 ((void *) 0x00100100) macro
128 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dlist.h118 #define LIST_POISON1 ((void *) 0x00100100) macro
129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dpoison.h8 #define LIST_POISON1 ((void *) 0x0) macro
H A Dlist.h101 entry->next = LIST_POISON1; in list_del()
582 n->next = LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_list.h213 #define LIST_POISON1 ((void *) 0x00100100) macro
224 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_list.h213 #define LIST_POISON1 ((void *) 0x00100100) macro
224 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpoison.h23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
H A Dlist_bl.h134 n->next = LIST_POISON1; in hlist_bl_del()
H A Dlist.h147 entry->next = LIST_POISON1; in list_del()
853 n->next = LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_list.h39 #define LIST_POISON1 ((void *)((uint8_t *) 0x00100100 + POISON_POINTER_DELTA)) macro
167 entry->next = LIST_POISON1; in list_del()
712 n->next = LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dlist.h57 #define LIST_POISON1 ((void *) 0x00100100 + POISON_POINTER_DELTA) macro
160 entry->next = LIST_POISON1; in list_del()
651 n->next = LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h53 #define LIST_POISON1 ((void *) 0x100) macro
90 n->next = (struct hlist_node*)LIST_POISON1; in hlist_del()
/OK3568_Linux_fs/kernel/init/
H A Dinit_task.c189 .scoped_accesses = {LIST_POISON1, NULL},
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.c312 #define LIST_POISON1 ((void *) 0x00100100) macro
317 entry->next = (struct list_head*)LIST_POISON1; in list_del()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dcore.c47 .scoped_accesses = {LIST_POISON1, NULL},
/OK3568_Linux_fs/kernel/mm/
H A Dmmu_notifier.c852 mm->notifier_subscriptions = LIST_POISON1; /* debug */ in __mmu_notifier_subscriptions_destroy()
H A Dpage_alloc.c1214 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_pages_check()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-writecache.c753 wc->lru.next = LIST_POISON1; in writecache_poison_lists()
755 wc->freelist.next = LIST_POISON1; in writecache_poison_lists()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc516 removed (100100 is a LIST_POISON1 value from the next pointer