Searched refs:cr_mtx (Results 1 – 2 of 2) sorted by relevance
1856 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 …]
63 struct mtx cr_mtx; member