Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_prot.c1856 mtx_lock(&cr->cr_mtx); in crcowget()
1861 mtx_unlock(&cr->cr_mtx); in crcowget()
1872 mtx_lock(&cr->cr_mtx); in crunuse()
1886 mtx_unlock(&cr->cr_mtx); in crunuse()
1897 mtx_lock(&cr->cr_mtx); in crunusebatch()
2024 mtx_lock(&cr->cr_mtx); in crhold()
2026 mtx_unlock(&cr->cr_mtx); in crhold()
2045 mtx_lock(&cr->cr_mtx); in crfree()
2189 mtx_lock(&cr->cr_mtx); in proc_set_cred()
2193 mtx_unlock(&cr->cr_mtx); in proc_set_cred()
[all …]
/f-stack/freebsd/sys/
H A Ducred.h63 struct mtx cr_mtx; member