Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_device.h346 struct mutex debugfs_mutex; member
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_debugfs.c386 mutex_lock(&dev->debugfs_mutex); in drm_debugfs_add_file()
388 mutex_unlock(&dev->debugfs_mutex); in drm_debugfs_add_file()
H A Ddrm_drv.c688 mutex_destroy(&dev->debugfs_mutex); in drm_dev_init_release()
738 mutex_init(&dev->debugfs_mutex); in drm_dev_init()