Home
last modified time | relevance | path

Searched refs:struct_mutex (Results 1 – 6 of 6) sorted by relevance

/linux/include/drm/
H A Ddrm_device.h199 struct mutex struct_mutex; member
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst21 struct_mutex ra_mutex
/linux/drivers/gpu/drm/
H A Ddrm_drv.c697 mutex_destroy(&dev->struct_mutex); in drm_dev_init_release()
738 mutex_init(&dev->struct_mutex); in drm_dev_init()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c680 mutex_lock(&i915->drm.struct_mutex); in intel_guc_log_set_level()
698 mutex_unlock(&i915->drm.struct_mutex); in intel_guc_log_set_level()
/linux/Documentation/gpu/
H A Dtodo.rst176 Get rid of dev->struct_mutex from GEM drivers
179 ``dev->struct_mutex`` is the Big DRM Lock from legacy days and infested
185 Core GEM doesn't have a need for ``struct_mutex`` any more since kernel 4.8,
187 entirely ``struct_mutex`` free.
189 For drivers that need ``struct_mutex`` it should be replaced with a driver-
195 the ``msm`` and `i915` drivers use ``struct_mutex``.
H A Di915.rst361 #. No struct_mutex anywhere in the code
372 of the shrinker vs. struct_mutex saga, and that would be