Home
last modified time | relevance | path

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

/linux-4.4.14/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
630 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
719 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
732 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent2()
831 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent2()
846 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
863 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
935 mutex_lock(&port->file_mutex); in ib_umad_open()
966 mutex_unlock(&port->file_mutex); in ib_umad_open()
978 mutex_lock(&file->port->file_mutex); in ib_umad_close()
[all …]