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

/illumos-gate/usr/src/uts/common/io/
H A Dneti_stack.c60 static kmutex_t neti_stack_lock; variable
65 mutex_init(&neti_stack_lock, NULL, MUTEX_DRIVER, NULL);
85 mutex_destroy(&neti_stack_lock);
112 mutex_enter(&neti_stack_lock);
134 mutex_exit(&neti_stack_lock);
152 mutex_enter(&neti_stack_lock);
196 mutex_exit(&neti_stack_lock);
218 mutex_enter(&neti_stack_lock);
246 mutex_exit(&neti_stack_lock);
297 ASSERT(mutex_owned(&neti_stack_lock));
[all...]

Completed in 86 milliseconds