Searched defs:avail (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c138 int count, avail, actual; local
159 ret = ddi_intr_get_navail(devinfo, DDI_INTR_TYPE_MSI, &avail);
160 if ((ret != DDI_SUCCESS) || (avail == 0)) {
162 "ret: %d, avail: %d", ret, avail);
166 if (avail < count) {
168 count, avail);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c2395 struct drm_i915_fence_reg *reg, *avail; local
2399 avail = NULL;
2406 avail = reg;
2409 if (avail == NULL)

Completed in 22 milliseconds