Lines Matching refs:to_alloc
63 size_t to_alloc, size_t *prev_tail, size_t *b_pos, in wnd_scan() argument
94 end = wpos + to_alloc - *prev_tail; in wnd_scan()
104 if (free_len >= to_alloc) in wnd_scan()
987 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint, in wnd_find() argument
994 size_t to_alloc0 = to_alloc; in wnd_find()
1012 if (to_alloc > wnd->extent_max) in wnd_find()
1013 to_alloc = wnd->extent_max; in wnd_find()
1069 if (len >= to_alloc && hint + to_alloc <= max_alloc) { in wnd_find()
1075 if (len > to_alloc) in wnd_find()
1076 len = to_alloc; in wnd_find()
1080 to_alloc = len; in wnd_find()
1093 if (e->count.key >= to_alloc) { in wnd_find()
1100 to_alloc = e->count.key; in wnd_find()
1102 to_alloc = e->count.key; in wnd_find()
1112 max_check = e->start.key + to_alloc; in wnd_find()
1122 to_alloc = op - e->start.key; in wnd_find()
1127 if (e->start.key + to_alloc > max_alloc) in wnd_find()
1128 to_alloc = max_alloc - e->start.key; in wnd_find()
1224 wzbit, to_alloc, in wnd_find()
1239 to_alloc, &prev_tail, in wnd_find()
1256 if (prev_tail + wbits >= to_alloc) { in wnd_find()
1277 fnd = wnd_scan(bh->b_data, wbit, wpos, wbits, to_alloc, in wnd_find()
1295 size_t nextmax = hint + to_alloc; in wnd_find()
1312 to_alloc = b_len; in wnd_find()
1317 if (wnd_set_used(wnd, fnd, to_alloc)) in wnd_find()
1320 to_alloc > wnd->extent_max) { in wnd_find()
1321 wnd->extent_max = to_alloc; in wnd_find()
1325 return to_alloc; in wnd_find()