| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | poison.h | 19 #define LIST_POISON1 NULL macro 27 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
|
| H A D | list.h | 108 entry->next = LIST_POISON1; in list_del() 627 n->next = LIST_POISON1; in hlist_del()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list_debug.c | 53 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 D | list.h | 77 #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 D | list.h | 118 #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 D | list.h | 117 #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 D | list.h | 118 #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 D | poison.h | 8 #define LIST_POISON1 ((void *) 0x0) macro
|
| H A D | list.h | 101 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 D | phl_list.h | 213 #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 D | phl_list.h | 213 #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 D | poison.h | 23 #define LIST_POISON1 ((void *) 0x100 + POISON_POINTER_DELTA) macro
|
| H A D | list_bl.h | 134 n->next = LIST_POISON1; in hlist_bl_del()
|
| H A D | list.h | 147 entry->next = LIST_POISON1; in list_del() 853 n->next = LIST_POISON1; in hlist_del()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 39 #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 D | list.h | 57 #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 D | mpp_hash.h | 53 #define LIST_POISON1 ((void *) 0x100) macro 90 n->next = (struct hlist_node*)LIST_POISON1; in hlist_del()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | init_task.c | 189 .scoped_accesses = {LIST_POISON1, NULL},
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | rtb_fwc.c | 312 #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 D | core.c | 47 .scoped_accesses = {LIST_POISON1, NULL},
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmu_notifier.c | 852 mm->notifier_subscriptions = LIST_POISON1; /* debug */ in __mmu_notifier_subscriptions_destroy()
|
| H A D | page_alloc.c | 1214 BUILD_BUG_ON((unsigned long)LIST_POISON1 & 1); in free_tail_pages_check()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-writecache.c | 753 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 D | ChangeLog.lpfc | 516 removed (100100 is a LIST_POISON1 value from the next pointer
|