Searched refs:max_alloc (Results 1 – 1 of 1) sorted by relevance
991 max_alloc = wnd->nbits; in wnd_find()994 if (hint >= max_alloc) in wnd_find()1050 if (hint + len <= max_alloc) { in wnd_find()1064 if (e->count.key < max_alloc) { in wnd_find()1085 if (max_check > max_alloc) in wnd_find()1086 max_check = max_alloc; in wnd_find()1126 if (max_alloc == wnd->nbits) { in wnd_find()1129 size_t t = max_alloc + wbits - 1; in wnd_find()1151 if (max_alloc == wnd->nbits) { in wnd_find()1259 b_pos = max_alloc - prev_tail; in wnd_find()[all …]
Completed in 6 milliseconds