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

/freebsd-10.0-release/sys/vm/
H A Dvm_glue.c302 static struct mtx kstack_cache_mtx; variable in typeref:struct:mtx
303 MTX_SYSINIT(kstack_cache, &kstack_cache_mtx, "kstkch", MTX_DEF);
335 mtx_lock(&kstack_cache_mtx);
339 mtx_unlock(&kstack_cache_mtx);
346 mtx_unlock(&kstack_cache_mtx);
450 mtx_lock(&kstack_cache_mtx);
453 mtx_unlock(&kstack_cache_mtx);
464 mtx_lock(&kstack_cache_mtx);
467 mtx_unlock(&kstack_cache_mtx);

Completed in 39 milliseconds