Lines Matching refs:mutex
184 mutex_init(&cache->sid2pid.mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
194 mutex_init(&cache->uid2sid.mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
201 mutex_init(&cache->gid2sid.mutex, NULL, MUTEX_DEFAULT, NULL); in kidmap_cache_create()
221 mutex_destroy(&cache->sid2pid.mutex); in kidmap_cache_delete()
230 mutex_destroy(&cache->uid2sid.mutex); in kidmap_cache_delete()
239 mutex_destroy(&cache->gid2sid.mutex); in kidmap_cache_delete()
247 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_get_data()
251 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_get_data()
253 mutex_enter(&cache->uid2sid.mutex); in kidmap_cache_get_data()
255 mutex_exit(&cache->uid2sid.mutex); in kidmap_cache_get_data()
257 mutex_enter(&cache->gid2sid.mutex); in kidmap_cache_get_data()
259 mutex_exit(&cache->gid2sid.mutex); in kidmap_cache_get_data()
270 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_purge()
285 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_purge()
288 mutex_enter(&cache->uid2sid.mutex); in kidmap_cache_purge()
300 mutex_exit(&cache->uid2sid.mutex); in kidmap_cache_purge()
303 mutex_enter(&cache->gid2sid.mutex); in kidmap_cache_purge()
315 mutex_exit(&cache->gid2sid.mutex); in kidmap_cache_purge()
332 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_lookup_uidbysid()
343 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_lookup_uidbysid()
362 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_lookup_gidbysid()
373 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_lookup_gidbysid()
392 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_lookup_pidbysid()
410 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_lookup_pidbysid()
429 mutex_enter(&cache->uid2sid.mutex); in kidmap_cache_lookup_sidbyuid()
441 mutex_exit(&cache->uid2sid.mutex); in kidmap_cache_lookup_sidbyuid()
459 mutex_enter(&cache->gid2sid.mutex); in kidmap_cache_lookup_sidbygid()
471 mutex_exit(&cache->gid2sid.mutex); in kidmap_cache_lookup_sidbygid()
495 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_add_sid2uid()
525 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_add_sid2uid()
536 mutex_enter(&cache->uid2sid.mutex); in kidmap_cache_add_sid2uid()
561 mutex_exit(&cache->uid2sid.mutex); in kidmap_cache_add_sid2uid()
584 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_add_sid2gid()
614 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_add_sid2gid()
625 mutex_enter(&cache->gid2sid.mutex); in kidmap_cache_add_sid2gid()
650 mutex_exit(&cache->gid2sid.mutex); in kidmap_cache_add_sid2gid()
672 mutex_enter(&cache->sid2pid.mutex); in kidmap_cache_add_sid2pid()
721 mutex_exit(&cache->sid2pid.mutex); in kidmap_cache_add_sid2pid()
732 mutex_enter(&cache->uid2sid.mutex); in kidmap_cache_add_sid2pid()
758 mutex_exit(&cache->uid2sid.mutex); in kidmap_cache_add_sid2pid()
760 mutex_enter(&cache->gid2sid.mutex); in kidmap_cache_add_sid2pid()
785 mutex_exit(&cache->gid2sid.mutex); in kidmap_cache_add_sid2pid()