Searched refs:mtest_allocate_page_buf (Results 1 – 2 of 2) sorted by relevance
145 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()146 patternbuf2 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()147 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_normal()300 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()301 patternbuf2 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()302 readbuf = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_quick()429 patternbuf0 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()430 patternbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()431 readbuf0 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()432 readbuf1 = (pbuf_t *)mtest_allocate_page_buf(handle); in memory_test_extended()[all …]
102 #define mtest_allocate_page_buf(H) mtest_allocate_buf((H), \ macro