Lines Matching refs:TC_PRINT
69 TC_PRINT("(2) - Allocate %d blocks in <%s>\n", NUMBLOCKS, __func__); in helper_thread()
84 TC_PRINT("(4) - Free a block in <%s> to unblock the other task " in helper_thread()
87 TC_PRINT("%s: About to free a memory block\n", __func__); in helper_thread()
93 TC_PRINT("(5) <%s> freeing the next block\n", __func__); in helper_thread()
94 TC_PRINT("%s: About to free another memory block\n", __func__); in helper_thread()
103 TC_PRINT("%s: freed all blocks allocated by this task\n", __func__); in helper_thread()
175 TC_PRINT(" block ptr to free p[%d] = %p\n", i, p[i]); in test_slab_free_all_blocks()
179 TC_PRINT("map_lgblks freed %d block\n", i + 1); in test_slab_free_all_blocks()
220 TC_PRINT("(1) - Allocate and free %d blocks " in ZTEST()
241 TC_PRINT("(3) - Further allocation results in timeout " in ZTEST()
248 TC_PRINT("%s: start to wait for block\n", __func__); in ZTEST()
257 TC_PRINT("%s: start to wait for block\n", __func__); in ZTEST()
268 TC_PRINT("%s: Used %d block\n", __func__, in ZTEST()
271 TC_PRINT("%s: 1 block freed, used %d block\n", in ZTEST()