Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Duipc_ktls.c108 static struct sx ktls_init_lock; variable
109 SX_SYSINIT(ktls_init_lock, &ktls_init_lock, "ktls init");
483 sx_xlock(&ktls_init_lock); in ktls_start_kthreads()
485 sx_xunlock(&ktls_init_lock); in ktls_start_kthreads()
495 sx_xunlock(&ktls_init_lock); in ktls_start_kthreads()