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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mp/
H A Dmp_sync.c266 int wrote_cnt; local
443 for (i = wrote_cnt = 0, remaining = ar_cnt; remaining > 0; ++i) {
531 ++wrote_cnt;
565 mp->mp_maxwrite != 0 && wrote_cnt >= mp->mp_maxwrite) {
566 wrote_cnt = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mp/
H A Dmp_sync.c266 int wrote_cnt; local
443 for (i = wrote_cnt = 0, remaining = ar_cnt; remaining > 0; ++i) {
531 ++wrote_cnt;
565 mp->mp_maxwrite != 0 && wrote_cnt >= mp->mp_maxwrite) {
566 wrote_cnt = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mp/
H A Dmp_sync.c266 int wrote_cnt; local
443 for (i = wrote_cnt = 0, remaining = ar_cnt; remaining > 0; ++i) {
531 ++wrote_cnt;
565 mp->mp_maxwrite != 0 && wrote_cnt >= mp->mp_maxwrite) {
566 wrote_cnt = 0;

Completed in 167 milliseconds