Searched refs:ar_cnt (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
303 for (ar_cnt = 0, n_cache = 0; n_cache < mp->nreg; ++n_cache) {
366 bharray[ar_cnt].track_hp = hp;
367 bharray[ar_cnt].track_pgno = bhp->pgno;
368 bharray[ar_cnt].track_off = bhp->mf_offset;
369 ar_cnt++;
377 if (ar_cnt >= ar_max) {
408 if (ar_cnt == 0)
416 if (ar_cnt > 1)
417 qsort(bharray, ar_cnt, sizeo
[all...]

Completed in 89 milliseconds