HomeSort by: relevance | last modified time | path
    Searched refs:fbs_lock (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 287 * Protected by @fbs_lock. Note that the @fbs list holds a reference on
292 /** @fbs_lock: Protects @fbs. */
293 struct mutex fbs_lock; member in struct:drm_file
  /src/sys/external/bsd/drm2/dist/drm/
drm_mode_config.c 114 mutex_lock(&file_priv->fbs_lock);
120 mutex_unlock(&file_priv->fbs_lock);
126 mutex_unlock(&file_priv->fbs_lock);
drm_framebuffer.c 372 mutex_lock(&file_priv->fbs_lock);
374 mutex_unlock(&file_priv->fbs_lock);
448 mutex_lock(&file_priv->fbs_lock);
453 mutex_unlock(&file_priv->fbs_lock);
458 mutex_unlock(&file_priv->fbs_lock);
668 * list any more, so no need to grab fpriv->fbs_lock. And we need to
672 * Note that a real deadlock between fpriv->fbs_lock and the modeset
drm_file.c 153 mutex_init(&file->fbs_lock);
199 mutex_destroy(&file->fbs_lock);
310 mutex_destroy(&file->fbs_lock);

Completed in 87 milliseconds