Lines Matching refs:mut
78 struct mutex mut; member
225 lockdep_assert_held(&ctx->file->mut); in ucma_finish_ctx()
318 mutex_lock(&ctx->file->mut); in ucma_connect_event_handler()
321 mutex_unlock(&ctx->file->mut); in ucma_connect_event_handler()
354 mutex_lock(&ctx->file->mut); in ucma_event_handler()
356 mutex_unlock(&ctx->file->mut); in ucma_event_handler()
386 mutex_lock(&file->mut); in ucma_get_event()
388 mutex_unlock(&file->mut); in ucma_get_event()
397 mutex_lock(&file->mut); in ucma_get_event()
405 mutex_unlock(&file->mut); in ucma_get_event()
415 mutex_unlock(&file->mut); in ucma_get_event()
478 mutex_lock(&file->mut); in ucma_create_id()
480 mutex_unlock(&file->mut); in ucma_create_id()
510 mutex_lock(&mc->ctx->file->mut); in ucma_cleanup_mc_events()
518 mutex_unlock(&mc->ctx->file->mut); in ucma_cleanup_mc_events()
529 mutex_lock(&ctx->file->mut); in ucma_cleanup_ctx_events()
546 mutex_unlock(&ctx->file->mut); in ucma_cleanup_ctx_events()
1658 mutex_lock(&cur_file->mut); in ucma_migrate_id()
1668 mutex_unlock(&cur_file->mut); in ucma_migrate_id()
1670 mutex_lock(&new_file->mut); in ucma_migrate_id()
1673 mutex_unlock(&new_file->mut); in ucma_migrate_id()
1783 mutex_init(&file->mut); in ucma_open()