Lines Matching defs:bitmap
46 * A leaf holds an array of u32 seqno, and has height 0. The bitmap field
76 unsigned int bitmap;
95 BUILD_BUG_ON(KSYNCMAP > BITS_PER_TYPE((*root)->bitmap));
192 if (!(p->bitmap & BIT(idx)))
209 p->bitmap = 0;
218 p->bitmap |= BIT(idx);
226 p->bitmap |= BIT(idx);
300 GEM_BUG_ON(!(p->parent->bitmap & BIT(idx)));
374 while ((i = ffs(p->bitmap))) {
375 p->bitmap &= ~0u << i;