Searched refs:xh_nxt (Results 1 – 1 of 1) sorted by relevance
286 struct xhat *xh, *xh_nxt; in xhat_free_start_all() local307 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() local351 xh_nxt = xh->next; in xhat_free_end_all()359 xh = xh_nxt; in xhat_free_end_all()[all …]