Home
last modified time | relevance | path

Searched refs:TEST_POISON2 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/lib/
H A Dtest_list_sort.c19 #define TEST_POISON2 0xA324354C macro
46 if (ela->poison1 != TEST_POISON1 || ela->poison2 != TEST_POISON2) { in check()
51 if (elb->poison1 != TEST_POISON1 || elb->poison2 != TEST_POISON2) { in check()
92 el->poison2 = TEST_POISON2; in list_sort_test()
/OK3568_Linux_fs/u-boot/lib/
H A Dlist_sort.c161 #define TEST_POISON2 0xA324354C macro
190 if (ela->poison1 != TEST_POISON1 || ela->poison2 != TEST_POISON2) { in check()
195 if (elb->poison1 != TEST_POISON1 || elb->poison2 != TEST_POISON2) { in check()
241 el->poison2 = TEST_POISON2; in list_sort_test()