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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_sync.c264 u_int32_t ar_cnt, ar_max, dirty, i, n_cache, remaining, wrote_total; local
293 ar_max = mp->nreg * mp->htab_buckets;
295 __os_malloc(env, ar_max * sizeof(BH_TRACK), &bharray)) != 0)
377 if (ar_cnt >= ar_max) {
379 (ar_max * 2) * sizeof(BH_TRACK),
382 ar_max *= 2;

Completed in 98 milliseconds