Lines Matching refs:space
250 while (ring->space < n) {
252 ring->space = ring->head - (ring->tail + 8);
253 if (ring->space < 0)
254 ring->space += ring->Size;
263 DRM_ERROR("space: %d wanted %d\n", ring->space, n);
281 ring->space = ring->head - (ring->tail + 8);
282 if (ring->space < 0)
283 ring->space += ring->Size;
294 /* Not enough space in the status page for the freelist */
418 DRM_ERROR("Not enough space in the status page for"