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

  /src/sys/external/bsd/common/include/linux/
bitops.h 308 clear_bit_unlock(unsigned int bit, volatile unsigned long *ptr) function in typeref:typename:void
  /src/sys/external/bsd/drm2/dist/drm/
drm_mm.c 739 clear_bit_unlock(DRM_MM_NODE_ALLOCATED_BIT, &node->flags);
776 clear_bit_unlock(DRM_MM_NODE_ALLOCATED_BIT, &old->flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_reset.c 1311 clear_bit_unlock(I915_RESET_ENGINE + engine->id,
1313 clear_bit_unlock(I915_RESET_BACKOFF, &gt->reset.flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 4920 clear_bit_unlock(I915_RESET_MODESET, &dev_priv->gt.reset.flags);

Completed in 27 milliseconds