Home
last modified time | relevance | path

Searched refs:new_file (Results 1 – 1 of 1) sorted by relevance

/drivers/infiniband/core/
Ducma.c1610 static ssize_t ucma_migrate_id(struct ucma_file *new_file, in ucma_migrate_id() argument
1655 ctx->file = new_file; in ucma_migrate_id()
1670 mutex_lock(&new_file->mut); in ucma_migrate_id()
1671 list_add_tail(&ctx->list, &new_file->ctx_list); in ucma_migrate_id()
1672 list_splice_tail(&event_list, &new_file->event_list); in ucma_migrate_id()
1673 mutex_unlock(&new_file->mut); in ucma_migrate_id()