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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_lock.h 37 * @contended: used internally for -EDEADLK handling
51 * Contended lock: if a lock is contended you should only call
53 * contended lock.
55 struct drm_modeset_lock *contended; member in struct:drm_modeset_acquire_ctx
  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 233 WARN_ON(ctx->contended);
251 WARN_ON(ctx->contended);
281 ctx->contended = lock;
293 * block until the contended lock becomes available.
301 struct drm_modeset_lock *contended = ctx->contended; local in function:drm_modeset_backoff
303 ctx->contended = NULL;
305 if (WARN_ON(!contended))
310 return modeset_lock(contended, ctx, ctx->interruptible, true);
drm_gem.c 1419 int contended = -1; local in function:drm_gem_lock_reservations
1425 if (contended != -1) {
1426 struct drm_gem_object *obj = objs[contended];
1437 if (i == contended)
1448 if (contended != -1 && contended >= i)
1449 dma_resv_unlock(objs[contended]->resv);
1452 contended = i;
  /src/usr.bin/vmstat/
vmstat.c 1815 uint64_t cpuhit, cpumiss, pchit, pcmiss, contended, tot; local in function:dopoolcache
1842 contended = 0;
1853 contended += cc->cc_contended;
1879 PRWORD(ovflw, " %*llu", 6, 1, (long long)contended);

Completed in 17 milliseconds