Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Ducm.c72 struct mutex file_mutex; member
164 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
172 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
179 mutex_lock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
181 mutex_unlock(&ctx->file->file_mutex); in ib_ucm_cleanup_events()
378 mutex_lock(&ctx->file->file_mutex); in ib_ucm_event_handler()
382 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.c97 struct mutex file_mutex; member
656 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
745 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
758 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent2()
857 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent2()
872 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
889 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
961 mutex_lock(&port->file_mutex); in ib_umad_open()
992 mutex_unlock(&port->file_mutex); in ib_umad_open()
1004 mutex_lock(&file->port->file_mutex); in ib_umad_close()
[all …]
/Linux-v4.19/drivers/rapidio/devices/
Drio_mport_cdev.c173 struct mutex file_mutex; member
1898 mutex_lock(&chdev->file_mutex); in mport_cdev_open()
1900 mutex_unlock(&chdev->file_mutex); in mport_cdev_open()
2046 mutex_lock(&chdev->file_mutex); in mport_cdev_release()
2048 mutex_unlock(&chdev->file_mutex); in mport_cdev_release()
2367 mutex_init(&md->file_mutex); in mport_cdev_add()
2447 mutex_lock(&md->file_mutex); in mport_cdev_terminate_dma()
2454 mutex_unlock(&md->file_mutex); in mport_cdev_terminate_dma()
2474 mutex_lock(&md->file_mutex); in mport_cdev_kill_fasync()
2480 mutex_unlock(&md->file_mutex); in mport_cdev_kill_fasync()