Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dkeysock.h59 kmutex_t keystack_param_lock; member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dkeysock.c328 mutex_enter(&keystack->keystack_param_lock);
330 mutex_exit(&keystack->keystack_param_lock);
355 mutex_enter(&keystack->keystack_param_lock);
362 mutex_exit(&keystack->keystack_param_lock);
368 mutex_exit(&keystack->keystack_param_lock);
443 mutex_init(&keystack->keystack_param_lock, NULL, MUTEX_DEFAULT, NULL); in keysock_stack_init()
472 mutex_destroy(&keystack->keystack_param_lock); in keysock_stack_fini()