Searched refs:hole_follows (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c127 BUG_ON(!hole_node->hole_follows || node->allocated);
139 hole_node->hole_follows = 0;
154 node->hole_follows = 0;
157 node->hole_follows = 1;
219 BUG_ON(!hole_node->hole_follows || node->allocated);
236 hole_node->hole_follows = 0;
252 node->hole_follows = 0;
255 node->hole_follows = 1;
326 if (node->hole_follows) {
334 if (!prev_node->hole_follows) {
[all...]
H A Ddrm_mm.h47 unsigned hole_follows : 1; member in struct:drm_mm_node
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem.c3132 if (other->allocated && !other->hole_follows && other->color != cache_level)
3136 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level)

Completed in 85 milliseconds