Lines Matching +full:3 +full:d
26 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
30 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
39 zassert_equal(status, -EINVAL, "Routine returned %d instead of %d", in ZTEST()
47 void *memory[3]; in ZTEST()
52 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
67 zassert_equal(status, 0, "Routine failed to allocate 1st block (%d)\n", in ZTEST()
70 zassert_equal(status, 0, "Routine failed to allocate 2nd block (%d)\n", in ZTEST()
73 zassert_equal(status, 0, "Routine failed to allocate 3rd block (%d)\n", in ZTEST()
76 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
78 zassert_equal(stats.free_bytes, BLK_SZ * (NUM_BLOCKS - 3), in ZTEST()
80 BLK_SZ * (NUM_BLOCKS - 3), stats.free_bytes); in ZTEST()
81 zassert_equal(stats.allocated_bytes, 3 * BLK_SZ, in ZTEST()
83 3 * BLK_SZ, stats.allocated_bytes); in ZTEST()
84 zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ, in ZTEST()
86 3 * BLK_SZ, stats.max_allocated_bytes); in ZTEST()
94 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
102 zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ, in ZTEST()
104 3 * BLK_SZ, stats.max_allocated_bytes); in ZTEST()
106 /* Allocate 1 block and verify the max is still at 3 */ in ZTEST()
109 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
112 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
120 zassert_equal(stats.max_allocated_bytes, 3 * BLK_SZ, in ZTEST()
122 3 * BLK_SZ, stats.max_allocated_bytes); in ZTEST()
128 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
131 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()
149 zassert_equal(status, 0, "Routine failed with status %d\n", status); in ZTEST()