Lines Matching refs:mutex
197 mutex_init(&sid2pid_hb->mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
214 mutex_init(&uid2sid_hb->mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
228 mutex_init(&gid2sid_hb->mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
252 mutex_destroy(&sid2pid_hb->mutex); in kidmap_cache_delete()
265 mutex_destroy(&uid2sid_hb->mutex); in kidmap_cache_delete()
278 mutex_destroy(&gid2sid_hb->mutex); in kidmap_cache_delete()
302 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_get_data()
306 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_get_data()
312 mutex_enter(&uid2sid_hb->mutex); in kidmap_cache_get_data()
314 mutex_exit(&uid2sid_hb->mutex); in kidmap_cache_get_data()
320 mutex_enter(&gid2sid_hb->mutex); in kidmap_cache_get_data()
322 mutex_exit(&gid2sid_hb->mutex); in kidmap_cache_get_data()
337 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_purge()
352 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_purge()
359 mutex_enter(&uid2sid_hb->mutex); in kidmap_cache_purge()
371 mutex_exit(&uid2sid_hb->mutex); in kidmap_cache_purge()
378 mutex_enter(&gid2sid_hb->mutex); in kidmap_cache_purge()
390 mutex_exit(&gid2sid_hb->mutex); in kidmap_cache_purge()
410 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_lookup_uidbysid()
421 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_lookup_uidbysid()
442 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_lookup_gidbysid()
453 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_lookup_gidbysid()
474 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_lookup_pidbysid()
492 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_lookup_pidbysid()
513 mutex_enter(&uid2sid_hb->mutex); in kidmap_cache_lookup_sidbyuid()
525 mutex_exit(&uid2sid_hb->mutex); in kidmap_cache_lookup_sidbyuid()
545 mutex_enter(&gid2sid_hb->mutex); in kidmap_cache_lookup_sidbygid()
557 mutex_exit(&gid2sid_hb->mutex); in kidmap_cache_lookup_sidbygid()
583 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_add_sid2uid()
613 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_add_sid2uid()
626 mutex_enter(&uid2sid_hb->mutex); in kidmap_cache_add_sid2uid()
651 mutex_exit(&uid2sid_hb->mutex); in kidmap_cache_add_sid2uid()
676 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_add_sid2gid()
706 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_add_sid2gid()
719 mutex_enter(&gid2sid_hb->mutex); in kidmap_cache_add_sid2gid()
744 mutex_exit(&gid2sid_hb->mutex); in kidmap_cache_add_sid2gid()
768 mutex_enter(&sid2pid_hb->mutex); in kidmap_cache_add_sid2pid()
817 mutex_exit(&sid2pid_hb->mutex); in kidmap_cache_add_sid2pid()
832 mutex_enter(&uid2sid_hb->mutex); in kidmap_cache_add_sid2pid()
858 mutex_exit(&uid2sid_hb->mutex); in kidmap_cache_add_sid2pid()
863 mutex_enter(&gid2sid_hb->mutex); in kidmap_cache_add_sid2pid()
888 mutex_exit(&gid2sid_hb->mutex); in kidmap_cache_add_sid2pid()