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

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c71 struct mutex file_mutex; member in struct:ib_ucm_file
160 mutex_lock(&ctx->file->file_mutex);
168 mutex_unlock(&ctx->file->file_mutex);
175 mutex_lock(&ctx->file->file_mutex);
177 mutex_unlock(&ctx->file->file_mutex);
374 mutex_lock(&ctx->file->file_mutex);
378 mutex_unlock(&ctx->file->file_mutex);
403 mutex_lock(&file->file_mutex);
405 mutex_unlock(&file->file_mutex);
414 mutex_lock(&file->file_mutex);
[all...]
H A Dib_user_mad.c96 struct mutex file_mutex; member in struct:ib_umad_port
638 mutex_lock(&file->port->file_mutex);
727 mutex_unlock(&file->port->file_mutex);
740 mutex_lock(&file->port->file_mutex);
840 mutex_unlock(&file->port->file_mutex);
855 mutex_lock(&file->port->file_mutex);
872 mutex_unlock(&file->port->file_mutex);
944 mutex_lock(&port->file_mutex);
975 mutex_unlock(&port->file_mutex);
987 mutex_lock(&file->port->file_mutex);
[all...]

Completed in 74 milliseconds