HomeSort by: relevance | last modified time | path
    Searched defs:drm_modeset_backoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 53 * ret = drm_modeset_backoff(ctx);
118 drm_modeset_backoff(ctx);
288 * drm_modeset_backoff - deadlock avoidance backoff
299 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) function in typeref:typename:int
312 EXPORT_SYMBOL(drm_modeset_backoff);
334 * to take any more locks without first calling drm_modeset_backoff().
drm_modeset_lock.c 53 * ret = drm_modeset_backoff(ctx);
118 drm_modeset_backoff(ctx);
288 * drm_modeset_backoff - deadlock avoidance backoff
299 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) function in typeref:typename:int
312 EXPORT_SYMBOL(drm_modeset_backoff);
334 * to take any more locks without first calling drm_modeset_backoff().

Completed in 137 milliseconds