Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Ducm.c64 struct mutex file_mutex; member
153 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
161 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
168 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
170 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
375 mutex_lock(&ctx->file->file_mutex); in ib_ucm_event_handler()
381 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_event_handler()
407 mutex_lock(&file->file_mutex); in ib_ucm_event()
409 mutex_unlock(&file->file_mutex); in ib_ucm_event()
418 mutex_lock(&file->file_mutex); in ib_ucm_event()
[all …]
Duser_mad.c95 struct mutex file_mutex; member
618 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
697 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
711 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
728 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
807 mutex_lock(&port->file_mutex); in ib_umad_open()
834 mutex_unlock(&port->file_mutex); in ib_umad_open()
846 mutex_lock(&file->port->file_mutex); in ib_umad_close()
867 mutex_unlock(&file->port->file_mutex); in ib_umad_close()
940 mutex_lock(&port->file_mutex); in ib_umad_sm_close()
[all …]