Home
last modified time | relevance | path

Searched refs:xh_nxt (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/vm/
H A Dxhat.c286 struct xhat *xh, *xh_nxt; in xhat_free_start_all() local
307 xh_nxt = xh->next; in xhat_free_start_all()
308 if (xh_nxt != NULL) { in xhat_free_start_all()
309 ASSERT(xh_nxt->holder == NULL); in xhat_free_start_all()
310 xhat_hat_hold(xh_nxt); in xhat_free_start_all()
311 xh_nxt->holder = curthread; in xhat_free_start_all()
320 xh = xh_nxt; in xhat_free_start_all()
339 struct xhat *xh, *xh_nxt; in xhat_free_end_all() local
351 xh_nxt = xh->next; in xhat_free_end_all()
359 xh = xh_nxt; in xhat_free_end_all()
[all …]