Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_list_sort.c18 #define TEST_POISON1 0xDEADBEEF 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()
91 el->poison1 = TEST_POISON1; in list_sort_test()