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

/illumos-gate/usr/src/uts/common/io/
H A Dwinlockio.c367 * lock_free_list
390 * The allocation code tries to allocate from lock_free_list
392 * locks in lock_free_list are kmem_freed
395 static SegLock *lock_free_list = NULL; /* free locks */ variable
461 ASSERT(lock_free_list == NULL);
881 (void *)lock_free_list, next_lock));
884 if (lock_free_list != NULL) {
885 lp = lock_free_list;
886 lock_free_list = lp->next;
982 /* Add to lock_free_list */
[all...]

Completed in 57 milliseconds