Searched refs:add_count (Results 1 – 1 of 1) sorted by relevance
31 static int remove_count, add_count, clear_called; variable199 remove_count = add_count = 0; in ZTEST()231 add_count++; in ZTEST()280 zassert_false(add_count != remove_count, "Remove count %d does not match add count %d\n", in ZTEST()281 remove_count, add_count); in ZTEST()