Searched refs:sync_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-log-userspace-base.c537 uint64_t sync_count; local
540 rdata_size = sizeof(sync_count);
543 (char *)&sync_count, &rdata_size);
548 if (sync_count >= lc->region_count)
551 return (region_t)sync_count;
H A Ddm-log.c214 region_t sync_count; member in struct:log_c
484 lc->sync_count = (sync == NOSYNC) ? region_count : 0;
621 lc->sync_count = count_bits32(lc->clean_bits, lc->bitset_uint32_count);
760 lc->sync_count++;
762 lc->sync_count--;
771 return lc->sync_count;

Completed in 40 milliseconds