Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucm.c69 struct mutex file_mutex; member
158 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
166 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
173 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
175 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
372 mutex_lock(&ctx->file->file_mutex); in ib_ucm_event_handler()
376 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_event_handler()
401 mutex_lock(&file->file_mutex); in ib_ucm_event()
403 mutex_unlock(&file->file_mutex); in ib_ucm_event()
412 mutex_lock(&file->file_mutex); in ib_ucm_event()
[all …]
H A Dib_user_mad.c94 struct mutex file_mutex; member
642 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
731 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
744 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent2()
844 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent2()
859 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
876 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
948 mutex_lock(&port->file_mutex); in ib_umad_open()
979 mutex_unlock(&port->file_mutex); in ib_umad_open()
991 mutex_lock(&file->port->file_mutex); in ib_umad_close()
[all …]