Searched refs:region_count (Results 1 - 3 of 3) 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.c213 unsigned int region_count; member in struct:log_c
359 unsigned int region_count; local
386 region_count = dm_sector_div_up(ti->len, region_size);
399 lc->region_count = region_count;
405 bitset_size = dm_round_up(region_count,
484 lc->sync_count = (sync == NOSYNC) ? region_count : 0;
609 for (i = lc->header.nr_regions; i < lc->region_count; i++)
612 for (i = lc->header.nr_regions; i < lc->region_count; i++)
616 for (i = lc->region_count;
[all...]
H A Ddm-log-userspace-base.c24 region_t region_count; member in struct:log_c
200 lc->region_count = dm_sector_div_up(ti->len, lc->region_size);
483 if (lc->in_sync_hint >= lc->region_count)
548 if (sync_count >= lc->region_count)
549 lc->in_sync_hint = lc->region_count;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhugetlb.c191 static long region_count(struct list_head *head, long f, long t) function
2054 region_count(&reservations->regions, start, end);

Completed in 66 milliseconds