Lines Matching defs:offset
115 u32 offset;
129 offset = e_iter->startbit;
134 offset,
140 offset += EBITMAP_UNIT_SIZE;
168 u32 offset = 0, idx;
172 rc = netlbl_catmap_getlong(catmap, &offset, &bitmap);
175 if (offset == (u32)-1)
180 offset += EBITMAP_UNIT_SIZE;
185 offset >= e_iter->startbit + EBITMAP_SIZE) {
190 e_iter->startbit = offset - (offset % EBITMAP_SIZE);
198 /* offset will always be aligned to an unsigned long */
199 idx = EBITMAP_NODE_INDEX(e_iter, offset);
203 offset += EBITMAP_UNIT_SIZE;