Searched refs:jprev (Results 1 – 1 of 1) sorted by relevance
3828 int j, jprev; in mtree_print_dispatch() local3834 for (j = 0, jprev = 0, prev = *n[0]; j < ARRAY_SIZE(*n); ++j) { in mtree_print_dispatch()3841 mtree_print_phys_entries(jprev, j, prev.skip, prev.ptr); in mtree_print_dispatch()3843 jprev = j; in mtree_print_dispatch()3847 if (jprev != ARRAY_SIZE(*n)) { in mtree_print_dispatch()3848 mtree_print_phys_entries(jprev, j, prev.skip, prev.ptr); in mtree_print_dispatch()