Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h311 #define DRM_WAIT_ON(ret, q, timeout, condition) \ argument
313 while (!(condition)) { \
328 #define DRM_WAIT(ret, q, condition) \ argument
330 if (!(condition)) { \
333 if (!(condition)) { \
335 if (wait_for(condition, 3000)) \
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c875 int condition = 1; in i915_obj_history() local
903 while (condition) { in i915_obj_history()
955 int condition = 1; in i915_batch_history() local
978 while (condition) { in i915_batch_history()