Lines Matching refs:mut
78 struct mutex mut; member
222 lockdep_assert_held(&ctx->file->mut); in ucma_finish_ctx()
315 mutex_lock(&ctx->file->mut); in ucma_connect_event_handler()
318 mutex_unlock(&ctx->file->mut); in ucma_connect_event_handler()
351 mutex_lock(&ctx->file->mut); in ucma_event_handler()
353 mutex_unlock(&ctx->file->mut); in ucma_event_handler()
383 mutex_lock(&file->mut); in ucma_get_event()
385 mutex_unlock(&file->mut); in ucma_get_event()
394 mutex_lock(&file->mut); in ucma_get_event()
402 mutex_unlock(&file->mut); in ucma_get_event()
412 mutex_unlock(&file->mut); in ucma_get_event()
475 mutex_lock(&file->mut); in ucma_create_id()
477 mutex_unlock(&file->mut); in ucma_create_id()
507 mutex_lock(&mc->ctx->file->mut); in ucma_cleanup_mc_events()
515 mutex_unlock(&mc->ctx->file->mut); in ucma_cleanup_mc_events()
526 mutex_lock(&ctx->file->mut); in ucma_cleanup_ctx_events()
543 mutex_unlock(&ctx->file->mut); in ucma_cleanup_ctx_events()
1646 mutex_lock(&cur_file->mut); in ucma_migrate_id()
1656 mutex_unlock(&cur_file->mut); in ucma_migrate_id()
1658 mutex_lock(&new_file->mut); in ucma_migrate_id()
1661 mutex_unlock(&new_file->mut); in ucma_migrate_id()
1771 mutex_init(&file->mut); in ucma_open()