Searched refs:jprev (Results 1 – 1 of 1) sorted by relevance
3993 int j, jprev; in mtree_print_dispatch() local3999 for (j = 0, jprev = 0, prev = *n[0]; j < ARRAY_SIZE(*n); ++j) { in mtree_print_dispatch()4006 mtree_print_phys_entries(jprev, j, prev.skip, prev.ptr); in mtree_print_dispatch()4008 jprev = j; in mtree_print_dispatch()4012 if (jprev != ARRAY_SIZE(*n)) { in mtree_print_dispatch()4013 mtree_print_phys_entries(jprev, j, prev.skip, prev.ptr); in mtree_print_dispatch()