| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | poison.h | 20 #define LIST_POISON2 NULL macro 28 #define LIST_POISON2 ((void *) 0x200 + POISON_POINTER_DELTA) macro
|
| H A D | list.h | 109 entry->prev = LIST_POISON2; in list_del() 628 n->pprev = LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | list_debug.c | 56 CHECK_DATA_CORRUPTION(prev == LIST_POISON2, in __list_del_entry_valid() 58 entry, LIST_POISON2) || in __list_del_entry_valid()
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | list.h | 78 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro 95 entry->prev = LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | list.h | 119 #define LIST_POISON2 ((void *) 0x00200200) macro 130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | list.h | 118 #define LIST_POISON2 ((void *) 0x00200200) macro 129 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | list.h | 119 #define LIST_POISON2 ((void *) 0x00200200) macro 130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rculist.h | 167 entry->prev = LIST_POISON2; in list_del_rcu() 213 old->prev = LIST_POISON2; in list_replace_rcu() 515 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_del_rcu() 535 WRITE_ONCE(old->pprev, LIST_POISON2); in hlist_replace_rcu()
|
| H A D | poison.h | 24 #define LIST_POISON2 ((void *) 0x122 + POISON_POINTER_DELTA) macro
|
| H A D | rculist_bl.h | 49 n->pprev = LIST_POISON2; in hlist_bl_del_rcu()
|
| H A D | list_nulls.h | 116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
|
| H A D | rculist_nulls.h | 77 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del_rcu()
|
| H A D | list_bl.h | 135 n->pprev = LIST_POISON2; in hlist_bl_del()
|
| H A D | list.h | 148 entry->prev = LIST_POISON2; in list_del() 854 n->pprev = LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | poison.h | 9 #define LIST_POISON2 ((void *) 0x0) macro
|
| H A D | list.h | 102 entry->prev = LIST_POISON2; in list_del() 583 n->pprev = LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_list.h | 214 #define LIST_POISON2 ((void *) 0x00200200) macro 225 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_list.h | 214 #define LIST_POISON2 ((void *) 0x00200200) macro 225 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 40 #define LIST_POISON2 ((void *)((uint8_t *) 0x00200200 + POISON_POINTER_DELTA)) macro 168 entry->prev = LIST_POISON2; in list_del() 713 n->pprev = LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 58 #define LIST_POISON2 ((void *) 0x00200200 + POISON_POINTER_DELTA) macro 161 entry->prev = LIST_POISON2; in list_del() 652 n->pprev = LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 54 #define LIST_POISON2 ((void *) 0x200) macro 91 n->pprev = (struct hlist_node**)LIST_POISON2; in hlist_del()
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | policy.h | 53 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2)
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | rtb_fwc.c | 313 #define LIST_POISON2 ((void *) 0x00200200) macro 318 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 836 entry->next = LIST_POISON2; in detach_timer()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-writecache.c | 754 wc->lru.prev = LIST_POISON2; in writecache_poison_lists() 756 wc->freelist.prev = LIST_POISON2; in writecache_poison_lists()
|