Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_main.c341 mutex_destroy(&device_object->iamthif_file_ext.write_io_lock); in heci_destroy_locks()
345 mutex_destroy(&device_object->wd_file_ext.write_io_lock); in heci_destroy_locks()
1149 mutex_enter(&file_ext->write_io_lock); in heci_write()
1201 mutex_exit(&file_ext->write_io_lock); in heci_write()
1226 mutex_exit(&file_ext->write_io_lock); in heci_write()
1231 mutex_exit(&file_ext->write_io_lock); in heci_write()
1376 mutex_enter(&file_extension->write_io_lock); in heci_poll()
1386 mutex_exit(&file_extension->write_io_lock); in heci_poll()
H A Dheci_data_structures.h468 kmutex_t write_io_lock; member
H A Dheci_init.c837 mutex_init(&priv->write_io_lock, NULL, MUTEX_DRIVER, NULL); in heci_init_file_private()
1071 mutex_destroy(&priv->write_io_lock); in heci_free_file_private()