Lines Matching +full:6 +full:th
257 /* 25th write will trigger GC. */ in ZTEST_F()
353 /* 50th write will trigger 1st GC. */ in ZTEST_F()
355 /* 75th write will trigger 2st GC. */ in ZTEST_F()
357 /* 100th write will trigger 3st GC. */ in ZTEST_F()
359 /* 125th write will trigger 4st GC. */ in ZTEST_F()
414 /* Trigger 4th GC */ in ZTEST_F()
475 /* 25th write will trigger GC. */ in ZTEST_F()
645 * last ate at -5. A valid ate is however present at -6. Since the close_ate
679 /* Write valid ate at -6 */ in ZTEST_F()
681 sizeof(struct nvs_ate) * 6, &ate, sizeof(ate)); in ZTEST_F()
911 const size_t MIN_CACHE_OCCUPANCY = CONFIG_NVS_LOOKUP_CACHE_SIZE * 6 / 10; in ZTEST_F()