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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1359 int num_lists, i; local
1369 num_lists = 0;
1372 list[num_lists].flag = VBI_DIRTY;
1373 list[num_lists].listhead = &vp->v_dirtyblkhd;
1374 num_lists++;
1377 list[num_lists].flag = VBI_CLEAN;
1378 list[num_lists].listhead = &vp->v_cleanblkhd;
1379 num_lists++;
1382 for (i = 0; i < num_lists; i++) {

Completed in 16 milliseconds