Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_prot.c2332 mtx_lock(&cr->cr_mtx); in crcowget()
2337 mtx_unlock(&cr->cr_mtx); in crcowget()
2348 mtx_lock(&cr->cr_mtx); in crunuse()
2362 mtx_unlock(&cr->cr_mtx); in crunuse()
2373 mtx_lock(&cr->cr_mtx); in crunusebatch()
2380 mtx_unlock(&cr->cr_mtx); in crunusebatch()
2386 mtx_unlock(&cr->cr_mtx); in crunusebatch()
2471 mtx_init(&cr->cr_mtx, "cred", NULL, MTX_DEF); in crget()
2499 mtx_lock(&cr->cr_mtx); in crhold()
2501 mtx_unlock(&cr->cr_mtx); in crhold()
[all …]
/freebsd/sys/sys/
H A Ducred.h74 struct mtx cr_mtx; member