Searched refs:lock_loan_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c567 static lock_loan_t lock_loan_head; /* list head is a dummy element */ variable
1661 if (lock_loan_head.pmlk_next == NULL)
1666 for (cur = lock_loan_head.pmlk_next; cur; cur = cur->pmlk_next)
5965 for (cur = lock_loan_head.pmlk_next; cur; cur = cur->pmlk_next)
5996 if (lock_loan_head.pmlk_next == NULL) {
6003 for (cur = lock_loan_head.pmlk_next; cur; cur = cur->pmlk_next)
9277 lock_loan_t *prev = &lock_loan_head;
9295 lock_loan_t *prev = &lock_loan_head;

Completed in 60 milliseconds