Searched refs:p_slckcnt (Results 1 – 2 of 2) sorted by relevance
613 pp->p_slckcnt = 0; in add_physmem()2668 pp->p_slckcnt != 0) { in page_free()2671 pp->p_cowcnt, pp->p_slckcnt); in page_free()2811 tpp->p_cowcnt != 0 || tpp->p_slckcnt != 0) { in page_free_pages()3079 ASSERT(pp->p_slckcnt == 0 || panicstr); in page_destroy()3151 ASSERT(tpp->p_slckcnt == 0 || panicstr); in page_destroy_pages()4920 ASSERT(targ->p_slckcnt == 0); in do_page_relocate()4921 ASSERT(repl->p_slckcnt == 0); in do_page_relocate()5296 ASSERT(tpp->p_slckcnt == 0); in page_try_demote_pages()
534 uint_t p_slckcnt; /* number of softlocks */ member