Searched refs:I915_BUDDY_ALLOCATED (Results 1 – 3 of 3) sorted by relevance
15 #define I915_BUDDY_ALLOCATED (1 << 10) macro91 return i915_buddy_block_state(block) == I915_BUDDY_ALLOCATED; in i915_buddy_block_is_allocated()
70 block->header |= I915_BUDDY_ALLOCATED; in mark_allocated()
48 if (block_state != I915_BUDDY_ALLOCATED && in igt_check_block()