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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_mm.c128 hole_node->hole_follows = 0;
143 node->hole_follows = 0;
146 node->hole_follows = 1;
177 hole->hole_follows = 0;
181 node->hole_follows = 0;
184 node->hole_follows = 1;
249 BUG_ON(!hole_node->hole_follows || node->allocated);
266 hole_node->hole_follows = 0;
282 node->hole_follows = 0;
285 node->hole_follows
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_mm.h51 unsigned hole_follows; member in struct:drm_mm_node
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c2505 if (other->allocated && !other->hole_follows && other->color != cache_level)
2509 if (other->allocated && !gtt_space->hole_follows && other->color != cache_level)

Completed in 2022 milliseconds