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()
959 size_t wnd_find(struct wnd_bitmap *wnd, size_t to_alloc, size_t hint, in wnd_find() argument
966 size_t to_alloc0 = to_alloc; in wnd_find()
984 if (to_alloc > wnd->extent_max) in wnd_find()
985 to_alloc = wnd->extent_max; in wnd_find()
1041 if (len >= to_alloc && hint + to_alloc <= max_alloc) { in wnd_find()
1047 if (len > to_alloc) in wnd_find()
1048 len = to_alloc; in wnd_find()
1052 to_alloc = len; in wnd_find()
1065 if (e->count.key >= to_alloc) { in wnd_find()
1072 to_alloc = e->count.key; in wnd_find()
1074 to_alloc = e->count.key; in wnd_find()
1084 max_check = e->start.key + to_alloc; in wnd_find()
1094 to_alloc = op - e->start.key; in wnd_find()
1099 if (e->start.key + to_alloc > max_alloc) in wnd_find()
1100 to_alloc = max_alloc - e->start.key; in wnd_find()
1196 wzbit, to_alloc, in wnd_find()
1211 to_alloc, &prev_tail, in wnd_find()
1228 if (prev_tail + wbits >= to_alloc) { in wnd_find()
1249 fnd = wnd_scan(bh->b_data, wbit, wpos, wbits, to_alloc, in wnd_find()
1267 size_t nextmax = hint + to_alloc; in wnd_find()
1284 to_alloc = b_len; in wnd_find()
1289 if (wnd_set_used(wnd, fnd, to_alloc)) in wnd_find()
1292 to_alloc > wnd->extent_max) { in wnd_find()
1293 wnd->extent_max = to_alloc; in wnd_find()
1297 return to_alloc; in wnd_find()