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

/drivers/infiniband/core/
H A Ducma.c1184 static ssize_t ucma_migrate_id(struct ucma_file *new_file, argument
1211 if (cur_file == new_file) {
1220 ucma_lock_files(cur_file, new_file);
1223 list_move_tail(&ctx->list, &new_file->ctx_list);
1224 ucma_move_events(ctx, new_file);
1225 ctx->file = new_file;
1229 ucma_unlock_files(cur_file, new_file);

Completed in 1250 milliseconds