Searched refs:KSYNCMAP (Results 1 – 3 of 3) sorted by relevance
32 #define SHIFT ilog2(KSYNCMAP)33 #define MASK (KSYNCMAP - 1)93 BUILD_BUG_ON_NOT_POWER_OF_2(KSYNCMAP); in i915_syncmap_init()95 BUILD_BUG_ON(KSYNCMAP > BITS_PER_BYTE * sizeof((*root)->bitmap)); in i915_syncmap_init()203 p = kmalloc(sizeof(*p) + KSYNCMAP * sizeof(u32), M_DRM, GFP_KERNEL); in __sync_alloc_leaf()285 next = kzalloc(sizeof(*next) + KSYNCMAP * sizeof(next), in __sync_set()
31 #define KSYNCMAP 16 /* radix of the tree, how many slots in each layer */ macro
70 BUILD_BUG_ON(KSYNCMAP < I915_NUM_ENGINES); in __i915_gem_timeline_init()