Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Ducm.c68 struct mutex file_mutex; member
157 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
165 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
172 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
174 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
371 mutex_lock(&ctx->file->file_mutex); in ib_ucm_event_handler()
375 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_event_handler()
400 mutex_lock(&file->file_mutex); in ib_ucm_event()
402 mutex_unlock(&file->file_mutex); in ib_ucm_event()
411 mutex_lock(&file->file_mutex); in ib_ucm_event()
[all …]
Duser_mad.c92 struct mutex file_mutex; member
625 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
714 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
727 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent2()
826 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent2()
841 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
858 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
930 mutex_lock(&port->file_mutex); in ib_umad_open()
961 mutex_unlock(&port->file_mutex); in ib_umad_open()
973 mutex_lock(&file->port->file_mutex); in ib_umad_close()
[all …]