Lines Matching refs:words
89 int words[BITALLOC_MAX_LEVELS]; in ba_init() local
93 words[0] = (size + 31) / 32; in ba_init()
94 while (words[lev] > 1) { in ba_init()
96 words[lev] = (words[lev - 1] + 31) / 32; in ba_init()
100 offset += words[lev]; in ba_init()
101 pool->storage[offset++] = words[--lev]; in ba_init()
116 int words, in ba_alloc_helper() argument
132 offset + words + 1, in ba_alloc_helper()
133 storage[words], in ba_alloc_helper()
189 int words, in ba_alloc_reverse_helper() argument
205 offset + words + 1, in ba_alloc_reverse_helper()
206 storage[words], in ba_alloc_reverse_helper()
235 int words, in ba_alloc_index_helper() argument
246 offset + words + 1, in ba_alloc_index_helper()
247 storage[words], in ba_alloc_index_helper()
291 int words, in ba_inuse_helper() argument
301 offset + words + 1, in ba_inuse_helper()
302 storage[words], in ba_inuse_helper()
329 int words, in ba_free_helper() argument
339 offset + words + 1, in ba_free_helper()
340 storage[words], in ba_free_helper()
393 int words, in ba_find_next_helper() argument
403 offset + words + 1, in ba_find_next_helper()
404 storage[words], in ba_find_next_helper()