Home
last modified time | relevance | path

Searched refs:gc_count (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/fs/nvs/
Dnvs.c1066 int rc, gc_count; in nvs_write() local
1159 gc_count = 0; in nvs_write()
1161 if (gc_count == fs->sector_count) { in nvs_write()
1188 gc_count++; in nvs_write()
/Zephyr-latest/subsys/fs/zms/
Dzms.c1397 uint32_t gc_count; in zms_write() local
1490 gc_count = 0; in zms_write()
1492 if (gc_count == fs->sector_count) { in zms_write()
1525 gc_count++; in zms_write()