Lines Matching defs:cleanlist_idx
3519 u_int cleanlist_idx, total, cnt;
3526 cleanlist_idx = PMAP_REMOVE_CLEAN_LIST_SIZE + 1;
3530 cleanlist_idx = 0;
3604 if (cleanlist_idx < PMAP_REMOVE_CLEAN_LIST_SIZE) {
3606 cleanlist[cleanlist_idx].ptep = ptep;
3607 cleanlist[cleanlist_idx].va =
3609 cleanlist_idx++;
3610 } else if (cleanlist_idx == PMAP_REMOVE_CLEAN_LIST_SIZE) {
3626 cleanlist_idx++;
3642 if (cleanlist_idx <= PMAP_REMOVE_CLEAN_LIST_SIZE) {
3643 total += cleanlist_idx;
3644 for (cnt = 0; cnt < cleanlist_idx; cnt++) {
3667 cleanlist_idx = 0;
3669 cleanlist_idx = PMAP_REMOVE_CLEAN_LIST_SIZE + 1;