Searched defs:curthreadpfn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c89 pfn_t curthreadpfn; variable
1296 curthreadpfn = hat_getpfnum(kas.a_hat, (caddr_t)curthread);
1297 ASSERT(curthreadpfn != PFN_INVALID);
1298 ASSERT(curthreadpfn == hat_getpfnum(kas.a_hat,

Completed in 65 milliseconds