Lines Matching defs:offset
116 u32 offset;
130 offset = e_iter->startbit;
135 offset,
141 offset += EBITMAP_UNIT_SIZE;
169 u32 offset = 0, idx;
173 rc = netlbl_catmap_getlong(catmap, &offset, &bitmap);
176 if (offset == (u32)-1)
181 offset += EBITMAP_UNIT_SIZE;
186 offset >= e_iter->startbit + EBITMAP_SIZE) {
191 e_iter->startbit = offset - (offset % EBITMAP_SIZE);
199 /* offset will always be aligned to an unsigned long */
200 idx = EBITMAP_NODE_INDEX(e_iter, offset);
204 offset += EBITMAP_UNIT_SIZE;