Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Duser_mad.c100 struct mutex file_mutex; member
701 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent()
789 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent()
802 mutex_lock(&file->port->file_mutex); in ib_umad_reg_agent2()
898 mutex_unlock(&file->port->file_mutex); in ib_umad_reg_agent2()
915 mutex_lock(&file->port->file_mutex); in ib_umad_unreg_agent()
933 mutex_unlock(&file->port->file_mutex); in ib_umad_unreg_agent()
1005 mutex_lock(&port->file_mutex); in ib_umad_open()
1036 mutex_unlock(&port->file_mutex); in ib_umad_open()
1047 mutex_lock(&file->port->file_mutex); in ib_umad_close()
[all …]
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c149 struct mutex file_mutex; member
1909 mutex_lock(&chdev->file_mutex); in mport_cdev_open()
1911 mutex_unlock(&chdev->file_mutex); in mport_cdev_open()
2038 mutex_lock(&chdev->file_mutex); in mport_cdev_release()
2040 mutex_unlock(&chdev->file_mutex); in mport_cdev_release()
2360 mutex_init(&md->file_mutex); in mport_cdev_add()
2440 mutex_lock(&md->file_mutex); in mport_cdev_terminate_dma()
2447 mutex_unlock(&md->file_mutex); in mport_cdev_terminate_dma()
2467 mutex_lock(&md->file_mutex); in mport_cdev_kill_fasync()
2473 mutex_unlock(&md->file_mutex); in mport_cdev_kill_fasync()