Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/hastd/
Dprimary.c132 static pthread_mutex_t *hio_send_list_lock; variable
404 hio_send_list_lock = malloc(sizeof(hio_send_list_lock[0]) * ncomps); in init_environment()
405 if (hio_send_list_lock == NULL) { in init_environment()
408 sizeof(hio_send_list_lock[0]) * ncomps); in init_environment()
456 mtx_init(&hio_send_list_lock[ii]); in init_environment()
Dsecondary.c102 static pthread_mutex_t hio_send_list_lock; variable
186 mtx_init(&hio_send_list_lock); in init_environment()